How to install Nucleus


Cheap reseller Hosting


Nucleus is a flexible content management system and blog software designed to publish websites. In this article Hostripples will give you how to install Nucleus. 

install Nucleus

Follow the steps by steps instruction and install Nucleus.

Step 1 : Click on My cPanel.

Step 2 : Under Software/Services section, select Softaculous.

Step 3 :  Under Blogs section, select Nucleus.

Step 4 : Click the Install button.

 

Then, Configure the Software Setup.

Step 1 : If your site has SSL, then choose the HTTPS protocol – if not, either HTTP option will work.

Step 2 : Select the Domain on which you wish to install Nucleus.

Step 3 : Leave this blank to install into the root directory of the above domain name.

Note: If you have other software/scripts installed on this domain’s root directory, make sure you create a new folder and specify its name in this field to complete the installation. If you don’t, you will overwrite existing installations.

Step 4 : Create a Database Name.

 

Then, Configure the Site Settings.

Step 1 : Choose any name for your new site.

Step 2 : Choose a short name for your new site.

plugin-for-nucleus

Then, Configure the Database Settings.

Step 1 : Create a Table Prefix.

 

Then, Configure the Admin Account.

Step 1 : Choose a new username.

Step 2 : Choose a new password. Ensure you record it for future use.

Note : Choose a secure password to ensure the safety of your account.

Step 3 :Choosing an alternate email.

Step 4 :Click on the plus sign beside Advanced Options

leave the Email installation details to field blank. Should you wish to have them sent to another email address.

Step 5 : Enter it.

 

Then, Click Install.

 

If you require additional assistance, please submit a support ticket.
To open a support ticket, please log in to your Hostripples Client Areahttps://hostripples.com/secure/clientarea.php


Cheap web Hosting


How to install PEAR for PHP in Linux


Cheap reseller Hosting


Install PEAR for PHP in Linux

 

-install-PEAR-for-PHP-in-Linux 

                 PEAR is a structured library of open-source code for users of PHP. When pear is not installed in your server, then install it. You can easily install PEAR for php in Linux

In this article we will give you how to install PEAR for php in Linux. Follow the steps for Installing PEAR.

Step 1 : Download the installation php file.

                     http://pear.php.net/go-pear

Step 2 : Rename to php file by using following command.

cp go-pear go-pear.php

Step 3 : Run the php script.

Then, Windows Command Prompt to start the installation.

Step 4 : You can install php various extensions by using following command.

pear install package

 

After installing PEAR, you can install modules by going to the PEAR admin at example :-

hostripples.com/pearadmin, where hostripples.com is your domain name.

 

 


Cheap web Hosting


How to install WebCalendar using Fantastico


Cheap reseller Hosting


Install WebCalendar

1) Open your control panel. then Login to cPanel

2) Click on Fantastico

3) Click on WebCalendar from the list

4) Click on Install to begin the installation process

5) Choose the domain name from the drop down menu

6) Choose the directory you want WebCalendar to reside under

7) Fill in the admin username and the password

8) Choose the nickname under which you’ll be posting and fill in your email address

9) Fill in all other necessary fields

10) Click install – on the next screen click finish installation and you’re done.

11) After the installation completes, you can click on the link to visit your WebCalendar installation.

12)  you’ll see this error:

My Calendar Error
Error removing temporary file.
The permissions for the following directory do not support the db_cachedir option in includes/settings.php:
/tmp

The setting for db_cachedir will be set to /tmp by default:

db_cachedir: /tmp

You’ll want to change this to your cPanel user’s /tmp directory by editing this value to:

db_cachedir: /home/userna5/tmp

13) Then just click Save

14) Now try to access your WebCalendar install again, you should see the month display by default.


Cheap web Hosting


What is PHP?


Cheap reseller Hosting


What is PHP? 

PHP

 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. In an HTML document, PHP script (similar syntax to that of Perl or C ) is enclosed within special PHP tags. Because PHP is embedded within tags, the author can jump between HTML and PHP (similar to ASP and Cold Fusion) instead of having to rely on heavy amounts of code to output HTML. And, because PHP is executed on the server, the clientcannot view the PHP code.

PHP can perform any task that any CGI program can do, but its strength lies in its compatibility with many types of databases. Also, PHP can talk across networks using IMAP, SNMP, NNTP, POP3, or HTTP.

How to update  PHP version? 

1) To update Apache’s instance of PHP, run the /usr/local/cpanel/scripts/phpup script from the command line.
2) To change the version of Apache’s instance of PHP, run EasyApache in WHM (Home >> Software >> EasyApache (Apache Update)) or run the /usr/local/cpanel/scripts/easyapache script on the command line.
How do I update the instance of PHP that cPanel uses?

1) The system uses RPM to update PHP. For more information, read the rpm.versions documentation.

If I install a custom instance of PHP, will it work with cPanel & WHM?

The system uses RPM to update PHP. For more information, read the rpm.versions documentation.


Cheap web Hosting


How to install MariaDB Server in cPanel/WHM servers?


Cheap reseller Hosting


How to install MariaDB Server in cPanel/WHM servers?

And

What are the advantages of using MariaDB Server ?

Ans:

 *  Install MariaDB Server in cPanel/WHM servers

1. Backup existing MySQL data

# mysqldump --all-databases --routines --triggers > /home/db_dump/alldb.sql
# service mysql stop
# cp -r /var/lib/mysql/mysql /home/db_dump/
# service mysql start

2. Select MySQL version as MariaDB

# /usr/share/lve/dbgovernor/db-select-mysql --mysql-version=mariadb100

MariaDB versions:

mariadb55 for MariaDB v5.5
mariadb100 for MariaDB v10.0
mariadb101 for MariaDB v10.1

3. Install MariaDB

# /usr/share/lve/dbgovernor/db-select-mysql --install-now

Final step is to recompile PHP and Apache in the server.

# /scripts/easyapache

 * Advantages of using MariaDB Server

1) Faster and safer replication.

2) Indexes for the MEMORY(HEAP) engine are faster.

3) CHECKSUM TABLE is faster.

4) MariaDB improved the performance of character set conversions.

5) Pool of Threads in MariaDB 5.1 and even better in MariaDB 5.5.

6) There are some improvements to the DBUG code to make its execution faster when debug is compiled in but not used.

7) Our use of the Aria storage engine enables faster complex queries.

8) The test suite has been extended and now runs much faster than before, even though it tests more things.


Cheap web Hosting