It is not essential to manually install WordPress as possible quickly installed via QuickInstall, however, in case you are having trouble with this technique, this article covers the steps had a need to install WordPress manually.
Source: Wordpress Development services
Step one 1: Download WordPress
Download the WordPress package to your neighborhood computer from http://wordpress.org/download/.
Unzip the downloaded file to a folder on your own local computer.
Step two 2: Upload WordPress to Hosting Account
There are three available choices for uploading WordPress to a hosting account.
Upload via FTP - Please see FTP STARTING OUT for more information.
Upload via File Manager - Please observe how to Upload Using the File Manager for instructions.
Upload via SSH - Please observe how to Get and Use SSH Access for instructions.
Step three 3: Create MySQL Database and User
WordPress stores its info in a database. Consequently, a database should be created.
Log into cPanel.
In the Databases section, click on the MySQL Database Wizard icon.
For Step one 1: Create A Database, enter the database name and click NEXT THING.
For Step two 2: Create Database Users, enter the database user name and password and click Create User.
For Step three 3: Add User to the Database, click on the All Privileges checkbox and click NEXT THING.
For Step 4: Complete the duty, make note of the database name, account, as you will require them for Step 4⤵ below.
Step 4: Configure wp-config.php
The wp-config-sample.php file provides the database details and tells the WordPress application which database to pull information from. This task must be completed to guarantee the correct database info is linked to the WordPress installation.
The wp-config-sample.php file are available in File Manager in the folder where WordPress is installed. To change the file:
Log into cPanel.
In the Files section, click on the File Manager icon.
In the pop-up box, select Web Root and check the box for Show Hidden Files (dotfiles), then click Go.
If you don't start to see the pop-up box, you might have selected the "Skip this question, and always open this directory later on when opening File Manager" option.
To help make the pop-up reappear, just click reset all interface settings at the bottom of your cPanel.
From the left navigation menu in File Manager, click public_html to expand the folder.
Click on the folder containing the WordPress installation.
On the proper side of the File Manager screen, locate the wp-config-sample.php file.
Right go through the file, select Rename and change the name of the file to wp-config.php. Click on the Rename File button.
Right-click on the wp-config.php file and choose Code Edit. When the file opens, search for the following information:
define('DB_NAME', 'database_name_here');
/** MySQL database username */
define('DB_USER', 'username_here');
/** MySQL database password */
define('DB_PASSWORD', 'password_here');
Replace database_name_here with the name of the database you created (above in Step three 3: Create MySQL Database and User ⤴).
Replace username_here with the username of the database you created.
Replace password_here with the password of the database that you created.
When done editing, click on the Save Changes button, then close the file.
Step 5: Run the Installation
Open a fresh browser window and visit the installation page to perform the installation script. Based on where you installed the script, you will see it at either of the next URLs:
http://example.com/wp-admin/install.php
http://example.com/blog/wp-admin/install.php
Make sure to replace example.com in the example above together with your actual domain name.
You should now visit a welcome page that says "Welcome to the famous five minute WordPress installation process!"
Step 6: Complete the Installation
On this page, complete the fields for:
Site Name
Username
Password (must be entered twice)
Email (login information will end up being sent to this email)
Select whether to have the se's index the site
Click Install Now, and you ought to end up being taken to the ultimate screen, showing the next message
Comments