Wednesday, April 3, 2013

Wordpress Installation on Localhost. Tutorial 1

Wordpress is a good editor for designing the website on our own in our local computer and to host the same.  Here  is the first tutorial on how to install the wordpress in the wamp server in LOCALHOST
 10 basic steps have to be followed. Its easy.

1.Download wamp server.  (www.wampserver.com)
2.Install Wamp server(preferable php 5.3)
3.Start the server.
(start->search->start wampserver)
4.Create databse.  http://localhost
(go to phpmyadmin) 
database name must be the website name for good reference
5.Download wordpress file(www.wordpress.org)
6.Extract the files
7.Rename the file to the website name(all small letters preferable)
//wp-config-sample.php editing and renaming to wp-config.php
databasename as the database you created.
username as 'root'
password as  ''(empty).
8.Copy to wamp server(www folder)
9.Goto http://localhost/websitename sample
10.Fill the form and start website designing

-Samvelraja


Here is the video tutorial for the same process
Video


have a nice day :)

1 comment: