Without talking anything, let's dive in.
Wordpress is PHP based Programming language that means you need to have a server to run.
In this tutorial we are going to use XAMPP to install server on your computer. (You can also use WAMP)
Download XAMPP from here
XAMPP is a free, popular, easy and open source application and a compilation of Apache server, php, mysql.
-After Downloading XAMPP, Install it on your Computer, After it is done, Run XAMPP Control Panel
-Now Select Apache Web Server and Click on Start and same with MySQL Database, the snap should be like this.
- Now Open your Web-Browser and type localhost on web-address bar. if you are seeing like following snapshot, that means you have successfully installed XAMPP and the server is started properly.
-Now, In your browser type http://localhost/phpmyadmin
-Now Click on 'Databases' tab near the top-left and you will be prompted to create a new database. Here i have created database name as 'AMB'.
-After creating a database Download the Wordpress File from here. Unzip the Wordpress File and Copy it to the C:\Program Files\XAMPP\htdocs. (if you are using Mac, Unzip and copy the Wordpress file to Application\XAMPP\htdocs.)

-Now change database_name_here with the database name that you have created earlier. here i am replacing it with AMB , username_here with root and leave password_here blank like this.

- After successfully logged into the Dashboard. The Wordpress Is Installed Successfully.
- Now Visit the site.
-Now its Done,
Feel Free to Comment, if you are facing any problem during these process.
No comments:
Post a Comment