Install XAMPP server

1. Download XAMPP from this link https://www.apachefriends.org/download.html

2. Basically XAMPP folder resided On C:\xampp\htdocs folder create own folder(C:\xampp\htdocs\)

3. On start menu search XAMPP control panel and start Apache server, MySQL

Install WordPress

1. Make sure XAMPP installed on your system (If not then follow above steps)

2. Start Apache and MySQL 

3. open c:/xampp/htdocs folder resided

4. Download WordPress from wordpress.org site > https://wordpress.org/download/

and cut-paste this downloaded zip file into c:/xampp/htdocs

5. Before installing wordpress…. browse url http://localhost/phpmyadmin/

create DB > click on database > fill out name(like db_project1) then create and close the tab

6. On browser hit the URL..  http/localhost/project1 (this process repeat every time when creating new project)

select language -> English > lets go

DB name -> db_project1

username -> root

password -> keep blank (nothing fill) > submit

provide site name, WordPress dashboard name (For ex admin), pass (For ex admin), add Email, search engine option select > install

7. After installing WordPress login to WordPress dashboard(Dashboard link and site like provided below) with Username : admin, Password : admin as per above provided

8. WordPress admin dashboard URL > http://localhost/project1/wp-admin/   site user URL > http/localhost/project1