Step 1 Download WordPress in your computer, go to google and search download WordPress.
then click on the download button to download it.
Step 2 After downloading WordPress file, Open XAMP folder where install by you in your computer, after open, here you will see many folders. you have to open only “htdocs” folder and there is no need to touch any other folder.
The WordPress zip file which is already downloaded to be pasted here and then extract. you can rename it by your website address name for example test1.
Step 3 Open http://localhost/phpmyadmin URL in your browser, not in google search After that the PHPMYADMIN panel will open in front of you. The data will be stored here. Now you have to create a database by clicking on new here. Just enter the name of the database and click on the Create button.
Note : Remember database name because its required during WordPress website setup on local server.
Step 4 Open http://localhost/yourfoldername in browser. After opening the URL, you have to choose the language. And click for Next process.
click on lets go
Step 5 – Setup Word Press Fresh Website
- Username-root
- Password – (Do not fill anything here)
- Database Host – localhost (there is no need to change localhost here)
- Table prefix – wp_ (no need to change)
To fill all these details, you can see in the image given below.
After filling the information click on the submit button.
Step 6 – Here you have to fill some information.
- Site Title -Your website title(The title name of the website has to be filled)
- Username -Set a Login Username – (This username will be useful to you when you go to login further)
- Password – Set password (this will also be useful while logging in)
- Your Email – Fill up your email address. (Here you have to fill your email id)
After filling all these details you have to click on the submit button.
Successfully Created