How to install and setup WordPress on your local computer on Windows
About Course
ow to install WordPress on your local computer is an excellent idea if you are starting your WordPress journey. In this article, I will give you a detailed guide on How to install and setup WordPress on your local computer on Windows. Follow the steps below to install WordPress on your local computer :
To set up WordPress locally, you need three things :
- MySQL: Database Management Software.
- PHP: Programming Language
- Apache: Web Server Software
It can be a very tedious task to install all of them one by one, especially for a beginner. Thatâs where Xampp comes into the picture. Xampp is a software package that mimics a complete environment that WordPress needs to function. Apart from this, you also need to download and install WordPress on your local computer. Letâs see how itâs done:
- Download the Xampp from the official website of Apache Friends. Open the installer and keep clicking next to install Xampp in default settings.
- The next thing that you need to install is WordPress. Click here to download WordPress.
- Once the download is finished, a zip file will be downloaded. Extract the contents of the zip file, and a folder named âWordPressâ will be created as shown in the animation below :
- Now, copy the WordPress folder and navigate to C://Xampp/
- Paste the WordPress folder inside C://xampp/htdocs, as shown below. The âhtdocsâ folder contains all the websites that xampp will run:
- Now, we need to start the Apache and MySQL module. Type âXampp Control Panelâ in the search bar of Windows 10 and open the Xampp application, as shown in the below animation.
- Click on the start buttons in front of Apache and MySQL modules. You should see the status turn green after you start them.
- Now, click on âDatabasesâ and create a new database with the name âwordpressâ.
- Now head over to localhost/WordPress.
- Enter the name of the database in which you want WordPress to save your data. In our case, it is âwordpressâ because we created a database named wordpress in PHPMyAdmin.
- Enter ârootâ as the user name and leave the password blank. This is the default configuration of Xampp.
- WordPress requires you to fill in some details like name, email address, user name, and password for your WordPress site. Fill in all the details correctly, and then click on the âInstall WordPressâ button.
Student Ratings & Reviews
No Review Yet