Prerequisites:
- Windows OS
- XAMPP
- Wordpress package
- Some good internet connection
Here we go:
- Download XAMPP on the website, and adjust the version into the one you prefer
- Install and follow the settings by default (next till the end)
- Finished the installation (don’t check the box for start the control panel), get a restart for your machine, so XAMPP will have fresh start next (actually, restarting is not that necessary, but why not?)
- Upon booting up, search for XAMPP and ALWAYS run it as administrator to let it work properly
- Start two services that we need it for later, those are Apache and MySQL
- Download wordpress package and extract the package then move the folder to htdocs of XAMPP
- Restart Apache’s service
- Open a browser, and type: localhost/wordpress, then the introductory will begin
- Fill the database credentials and else
- If you encountering database problem e.g., database not found; create a new database on localhost/phpmyadmin with the same credential you used when running setup from wordpress
- Run the setup, type the username and else
- Finish the setup
- Run the web by accessing: localhost/wordpress
- And if you want further costumization, go for: localhost/wordpress/wp-admin, then you can continue
- Voila!👏