Saturday, June 23, 2012

how to install wordpress

2 comments
Wordpress is CMS used by many of technical  non technical persons who wants their own blog and write articles because it is user friendly , today i will tell you how to install a wordpress locally or on server.

Follow the Steps :
1. Download and extract
Download and unzip the WordPress package from http://wordpress.org/download/.
2. Create Database , Username.
3. Open the folder and find a file wp-config-sample.php and rename it to wp-config.php
and Edit database Details :

DB_NAME
the name of databse
DB_USER
the databse user
DB_PASSWORD
database user password
DB_HOST
database host name , default it is localhost

Now Save the file.
4. Upload the whole files in public_html folder (root folder)
i.e. in root directory your website looks like ( http://www.example.com/ )
5. Run the wordpress Install script as
http://example.com/wp-admin/install.php 
6. Now fill details and fill the username and password , and then login .
7. Now your wordpress is installed .

Important : If you want to host locally you need to download  install wammp server on desktop
Enjoy :)
Share it with your friends , Thanks for support.

Now planning with more wordpress tutorials on wordpress theme designing.


2 comments: