Being first post, I think it would be appropriate to start with “How to install WordPress Blog” although I am pretty sure almost everyone already know it
I recommend manual installation rather than installing using Fantastico.
It’s not confirmed, but, some of my friends said they had tough time trying to upgrade when they installed using Fantastico.
Fantastico is handy popular programs installer within cPanel.
Manual installation isn’t complicated nor take long time, thus, why take chance by installing using Fantastico?
It just take about 5 minutes!
So, here we go…
- Create hosting acct for your domain.
- Create Database.
- Login to your cPanel.
- Click on “MySQL Databases”.
- Under “Create New Database”, type in the database name.
- Click “Create Database” button.
- Click “Go Back” link.
- Scroll down little and under “MySQL Users – Add New User”, type in Username.
- Type in Password twice, one for each password input field or simply click “Password Generator” button. Make sure you keep database name and password in secure place.
- Click “Create User”.
- Click “Go Back” link.
- Scroll down to near bottom, under “Add User To Database”, Click “Add” button. If you have more than one database and/or user, be sure to find database name and user you meant to use for WordPress blog.
- Put check mark on for “ALL PRIVILEGES”.
- Click “Make Changes” button. This completes creating database for wordpress. You can log out of cPanel for now if you wish.
- Download WordPress installation zip file from WordPress.
- Upload installation zip file to your home folder. If you want to install wordpress blog in your subfolder, upload installation zip file into your subfolder.
- Login to your cPanel.
- Click on “File Manager”.
- Click on wordpress installation zip file, “wordpress-2.9.1.zip”. Your installation version may differ.
- Click “Extract” on top file Manager menu. This will extract installation files and folders into newly created folder named “wordpress”. You can remove installation .zip file if you wish.
- Double click “wordpress” folder.
- Choose all files and folders within “wordpress” folder by clicking “Select all” on top menu within File Manager.
- Click “Move File” on top menu within File Manager.
- Type in “/public_html/” or your home folder.
- Click “Move Files” button.
- Remove “wordpress” folder when all files and folders are moved.
- Click file “wp-config-sample.php
- Click “Edit” button on top menu within File Manager.
- Find line #19 and replace ‘putyourdbnamehere’ with your database name.
- Find line #22 and replace ‘usernamehere’ with your database user name.
- Find line #25 and replace ‘yourpasswordhere’ with your database password.
- Click “Save Changes” button on top of the page.
- Click “Rename” button on top menu within File Manager.
- Type in wp-config.php and Click “Rename File” button. Now, you can log out of cPanel.
- Type in http://Your_Site_name.com/wp-admin/install.php
- Make sure you keep password in secure place.
That’s it!
This may look like very long steps, but, it really isn’t.
Whole thing will take just about 5 minutes or less