Installing Wordpress
- If you have the CPanel Login Info, Goto The Cpanel The url will most probably be
http://example.com/cpanel
- Find The Section to Create/Manage Database and Create a Database. if doesn’t already exist.
Also create a User with a Password. Assign Privilages for the Database created to the new User. - Download the latest version of Wordpress from http://wordpress.org/
http://wordpress.org/latest.tar.gz
- Using any FTP Client Upload the Files to the desired location in the Server
after extracting them into a local Directory.

- Create a new File named wp-config.php by cioppying the content from wp-config-sample.php

- Fill the Information for database
> Server: localhost
> Database Name:
> User:
> Password: - In a Browser open the Page by typing in the Address Bar
https://api.wordpress.org/secret-key/1.1/
It will return some code..
- Replace the similar entry in the wp-config.php file with the new ones.

- Upload the File to the same Directory in the Server.
- Now visit the Page by typing the location in the Address Bar of your Browser.
For example http://exmple.com/blog/ - This will redirect you to a Page with the following url
For example http://exmple.com/blog/wp-admin/install.php - It will ask you for the name of your Blog and your email Address.
enter them and submit the FormDon’t forget to select the Option to enable Search Engines to show
your Blog in their Search Results - It will give you the login detail for the Admin Account.
Note them down. - Now Login to the Admin Panel of the newly installed Blog.

- Go to Settings => General and make the desired changes.

- Goto Settings => permalinks and select the desired format for your urls.
Generally the Date and postname or Month and Post Name options are Good enough.
- It will provide you a piece of Code and provide some Instructions to copy
the Code into a file named .htaccess do that and upload the file to the
same Location in the Server
You should be Good to go now. Make a Post.
Happy Blogging..
Reference: http://codex.wordpress.org/Getting_Started_with_WordPress#Installation
Popularity: 4% [?]
PR: 1






































