How To Install WordPress on a Computer Using XAMPP

Installing WordPress with XAMPP on a computer is easier on Microsoft Windows compared to other operating systems, because other distros tend to install on dedicated files which needs root user access only.

For WordPress installation, XAMPP is the best program that can allow you for running this popular CMS and other PHP sites easier.

With XAMPP, its easy access APACHE, PHP and MySQL which are capable of handling web projects such as WordPress and other PHP sites.

This software it only works for development project and not production one, it is easiest way for theme developers to test their projects after writing the codes from either Visual Studio Code, Adobe Dreamweaver and others.

Here are the steps on installing WordPress with xampp on computer,

  1. Download latest XAMPP on their official website just according your operating system.
  2. If your OS is Linux distro then you have to follow this article on how to install it on your PC.
  3. If your OS is Microsoft Windows, then install it by following all step just like you install other program and allow it be installed on non-dedicated files that require admin permission.
  4. Launch the program after installation for testing it.
  5. Finally, test if it is working fine by typing the following url on any web browser: localhost/dashboard.
  6. Go to wordpress.org and download latest WordPress
  7. Extract it, copy the extracted file and paste into htdocs on xampp
  8. Run localhost/dashboard on your web browser.
  9. Go to phpMyAdmin to create database
  10. Create database by clicking new on top left of database setup with name of your choice, for my case I use “bansta” name.
  11. The new database will be second after top left of database setup as seen on below image
  12. Go to web browser to establish WordPress wizard setup by entering this: localhost/wordpress
  13. Continue with WordPress wizard setup
  14. Fill and enter database details, name must be the name you used above for creating database, for my case it is “bansta”, by default username is root, left password empty, then submit.
  15. Run Installation
  16. Fill WordPress details, then install WordPress
  17. Done, now yo can log-in into your WordPress here, or access it through >>> localhost/wordpress

Leave your thoughts

Categories