Wordpress installation steps:
Kindly follow the given below steps to install wordpress.
1.Create the Database for the wordpress from your control panel. ex.
DB_wordDB
2.Create user name and password for the "DB_wordDB"
3.Download the wordpress from "wordpress.org"
4.Unzip the file
5.Edit the file name "wp-config-sample", Change that file name to "wp-config"
6.Enter the details of database created above in the configuration file.
Ex.
define('DB_NAME', 'DB_wordDB'); // The name of the database
define('DB_USER', 'Admin'); // Your MySQL username
define('DB_PASSWORD', 'password'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change
this value
7.Access the URL "domain.com/wp-admin/install.php"
8.When you click the First Step link, another new window will open.
8.1. Enter the name you have selected for your blog.
8.2. Enter your email address and double check it before continuing.
8.3. Place a check in the box for I would like my blog to appear in search
engines like Google and Technorati. (This is important!)
8.4. Click "Continue to Second Step".
9.Once you have followed the instructions on each new window, your blog
will be created automatically for you. Make sure to save the user name and
password provided.
Saturday, February 19, 2011
How to install Wordpress?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment