Posts Tagged ‘cPanel’
Let’s Talk About WordPress Blog Installation
Today, I will cover 2 ways to install WordPress blog in step-by-step process and the things to consider in installing WordPress.
- How to Install a Custom WordPress blog
- How to Install WordPress using Fantastico
Don’t worry, it wouldn’t require programming skills in WordPress installation, all you have to do is follow the simple and detailed installation instructions.
Things to Consider Before Installing WordPress
These are the few things you need to consider before you begin the WordPress blog installation includes website access and software:
- An access to your web server (via shell or FTP)
- FTP Client (if you need to install WordPress on a remote server)
- A Text editor/ DreamWeaver/ Notepad
To install custom WordPress package to your web host you need to know the following requirements:
- PHP version 4.3 or greater
- MySQL version 4.0 or greater
Let’s start, just follow the detailed WordPress blog installation instructions to be guided:

a: To create a MySQL® Database, log-in to your website cPanel: (see figure below)

b: After you have successfully logged-in, look for the “databases” section and then click the MySQL® Database icon. (see figure below)

Once you have clicked the MySQL® Database icon, you will be able to see the MySQL Databases page:
c: Enter your desired Database name on the text box New Database, then hit the Create Database button. In this example, I created a database name “sampledb”. (see figure below).

Once successully done, you will be able to see a confirmation. (see figure below)

Then, click the [Go Back] link to go back to the MySQL Database page, then continue to create the MySQL Username & Password.
d: Add New User (see figure below)

Enter your desired username and password, and you have the option to generate password but I won’t suggest that to you. After you have completed the required field, click the Create User button.
After you have clicked the Create User button, you will see the confirmation. In this exercise, I used user1 as the username and samplepass101 as the password. (see figure below)

Click [Go Back] link, then continue the final step in creating a database name.
e: Add User To Database
All you have to do is locate the Database Name that we have created in Step1c:, and the Username that we created on Step1d and then click the Add button. (see figure below)

After you have clicked the Add button, you will be able to see a confirmation. (see figure below)

This is the final step! You will be able to set the user previlidges, and click the Make Changes button. Congratulation! You have successfully created a MySQL® Database and now you are ready for Step2:
![]()
To download a Free WordPress package, visit here http://wordpress.org/download/ and then click the download button.
a: Click the download button found at the upper right of the page. (see the download button below)
After you have clicked the Download WordPress 2.7.1 button, the download form will pop-up and ask you to save the file on your desired location, click OK. (see image below)

b: Locate the WordPress file, and then Unzip. (see image below)

c: After you have extracted the file, open the wordpress folder. Locate and open the wp-config-sample.php file in your preferred HTML editor. If you do not have Dream Weaver, you can open it in Notepad. (below is the files inside the wordpress folder)

In this exercise, I opened the wp-config-sample.php in Dreamweaver editor. (see image below)

After you have opened the wp-config-sample.php file, replace the following details: Note: Please do NOT remove the single quote (’).
- ‘putyourdbnamehere’ – see Step1 c to know the Database name you have created.
- ‘usernamehere’ – check Step1 d to know the Username.
- ‘yourpasswordhere’ – check Step1 d for the Password.
After you have made the changes, SAVE the file as wp-config.php. (remove the “sample” word).
Good job! You’re now done with Step 1 & 2, now we are ready to proceed to Step 3.
![]()
a. Open your FTP client and Upload the entire contents of the WordPress folder to the location where you want your blog. I am using CoreFTP LE, you can download here. (see image below)

I uploaded the entire files from WordPress folder to my Sample WordPress folder on my website directory using the Core FTP LE client.
![]()

In step 1, we created a database name, user name & password using the cPanel.

In step 2, we downloaded and extracted the WordPress zip file. And we edited the wp-config-sample.php file, we changed the db_name, db_user & db_password using the Dream weaver editor and Saved file as wp-config.php.

In step 3, we uploaded the WordPress files into the website server using the FTP client.







