First of all, You have to download LAMP or WAMP or XAMPP and then install proprely.
To download write LAMP or WAMP or XAMPP in google search. Then Install.
We are using Xampp. To run Xampp, double click on xampp-control.exe. You will get the following view:
Now start Apache and MySql.
To examine whether your pc becomes a web-server or not, open you browser and write localhost and then press enter. If you get the following page the its all ok.
Now you have to create database. To create database click on php my admin as on the picture, wirte the database name at utf-8 mode. Your default username is root.
In this stage you have to download wordpress from wordpress.org, then extact and place the folder at htdocs, under where your Xampp installed.
You have to modify the php file wp-config.sample as follows:
DB_NAME: Database name you have created.
DB_USER: root
DB_ PASSWORD: keep it blank
DB_HOST: localhost
Now save the file as wp-config.php.
Open your browser, write localhost/the folder name containing wordpress, and press enter.
Its almost done. Now you will understand the rest easily. Enjoy Wordpress!
0 Comments Received
Leave A Reply