The Installation of Offline WordPress Using Xampp
The Installation of Offline WordPress Using Xampp
Xampp is one of the most popular software used for WordPress installation offline. If you first plan to learn
how to use WordPress and its different features before developing your site live, Xampp is the right tool for it.
Xampp stands for Cross-platform (X), Apache (A), MariaDB (M), PHP (P), and Pearl (P). It is a free software
and a very lightweight Apache distribution that makes it possible for developers like you to set up virtual
servers and work on websites without putting them on the actual internet.
This software can be used to create your WordPress website offline and once the development process is
finished, you can simply move it from the local server to a live server.
Head over to the official Xampp download page and download the latest version of the software.
Run the installation wizard. The first page should look like the image below. Click on Next.
The following page will present you with the option to choose your installation location. You can change it by
clicking on the Browser icon and selecting your desired path. Once selected, click on Next.
Step 6: Bitnami
Select whether you want to learn more about Bitnami and click on Next.
You will download a zip file which you will need to save in the htdocs folder of Xampp. If you installed
Xampp in the default location, you will find it in: Windows(C:)>Xampp>htdocs. Extract the folder by right-
clicking on the zip file and selecting Extract Here.
Step 12: Rename the WordPress folder
Rename the WordPress folder to your site name, we picked testsite as an example. This will be your site URL to
access the administrator panel.
Open a web browser of your choice and enter the following localhost/yoursite where your site is the name you
picked for the WordPress folder. Since we picked testsite, we enter localhost/testsite.
Step 14: Configure WordPress
You will now see the WordPress setup page. Select the desired language and click on Continue.
You will see the following page. Read through it and go to the next step, without clicking on Let’s go.
Step 16: Create a database
Now you will have to create a database for your site. Fist you will have to head over to PHPMyAdmin by
typing localhost/phpMyAdmin into your browser address bar in a new tab.
Now you will have to create a user account by clicking on Add user account.
Fill in the user details such as username, hostname, password, etc. Please make sure that that you click
on Grant all Privileges and them on Go.
Step 20: Connect account to WordPress
Go back to the WordPress tab and click on Let’s Go. In the next screen, you will have to enter the database
name and the account details for the database. Then click on Submit.
Now click on Run the installation and enter the site title, username, password, and email address in the next
screen. Then click on Install WordPress.
If everything went well, you should now be able to access the WordPress dashboard
with localhost/yourwebsitename/wp-admin and view your site on localhost/yourwebsitename.