Install WordPress on Localhost
Step 1:
Download the latest version of wordpress from the link below:

Step 2:
Create a folder in the local server e.g.
In WAMP Server, Go to the folder called “www”.

Step 3:
Create a new folder inside the “www” folder. Rename the new folder according to your choice. For instance, let the name be “New_Website”.

Step 4:
In the “New-Website” folder created, extract the downloaded WordPress Zip File.

Step 5:
Now go to “phpMyAdmin” and create a new database.

Step 6:
Let the name of the new database be “test_website”.
Step 7:
Now go to “New-Website” folder and open “wp-config-sample.php” file.

Step 8:
Replace the following:
- Replace ‘database_name_here’ with the newly created database name. In this case it will be “ test_website”.
- Replace ‘username_here’ with “root”.
- Leave the password field empty. Replace ‘password_here’ with “ ”.
The file would look like this now:

Step 9:
Rename the “wp-config-sample.php” to “wp-config.php”. Save the file.

Step 10:
Now go to any browser: i.e. Google Chrome.
- Type the following path: localhost/New_Website/
- You will be redirected to the WordPress Installation page.
- Select the language of your preference and click ‘Continue’.

Step 11:
Fill in the details required.
- The site title will be the name of your website i.e. your brand name.
- Choose a username and password of your choice. You can change the password later on.
- Fill in your email id and click ‘ Install WordPress’.
- You will be then directed to the success page of the wordpress installation.

Step 12:
- Click on ‘Log In’.
- Fill in your selected username and password.
- You will be logged in to the WordPress Dashboard.

Step 13:
- Click on ‘Log In’.
- Fill in your selected username and password.
- You will be logged in to the WordPress Dashboard.

Step 14 (if required):
Your wordpress installation is complete. If anytime you see, that a new version of wordpress is available, you can take a backup and update the wordpress by clicking on the “Please Update Now” link.

Leave A Comment