Archive for the ‘Wordpress’ Category
Let’s Talk about WordPress Blog Installation Using Fantastico de Luxe
The WordPress blog installation is very easy, and many web hosts are supported with blog installation tools like Fantastico to install WordPress automatically.
Here’s how to install WordPress using Fantastico:
Step 1: Log-in to your cPanel:
After you have successfully logged-in, you will be able to see you cPanel dashboard. Look for the Software/Services box, and then click Fantastico.
After you have clicked the Fantastico De Luxe icon, you will be able to see the Fantastico dashboard.
Then, look for WordPress on the left-hand of the page.
- 1. Click the WordPress link. And then,
- 2. Click New Installation
You will be able to see the installation page.
Complete the following information:
- Installation Domain – you will be ask where to install the WordPress. If you have created more than one sub-domain, just drop-down and click the sub-domain. In this exercises, I have created a sub-domain name “samplewordpressblog”.
- User name – My user name
- Password – My password
- Email Address – where updates will be sent. My e-mail address
- Install WordPress – click this button to install WordPress.
(Note: Other information can be changed anytime.)
To complete the installation, click the Finish installation button. Congratulation! you’re done! and don’t forget to save a copy of your installation.
WordPress blog installation is really easy, right? If you have any questions or need help in installing your WordPress blog, please let me know. If you like this article, please tell your friends and if you don’t tell me.
Next Topics, I will be talking about:
- How to install Plug-ins
- How to install Themes
Any questions?
Note: I will delete the Database name, User name and Password after this tutorial for security reason.
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.







