How to setup WordPress locally: Introduction

Published on

Last Updated on

Estimated Reading Time: 1 min

In this series, I will cover how to set up WordPress locally so that you can develop locally before pushing your blog/website on the cloud. You might also want to set up WordPress locally if you are planning to create plugins or themes. I will be covering the following aspects

The Series

  1. Installing a Web Server (Apache)
  2. Installing PHP
  3. Installing MySQL
  4. Installing phpMyAdmin
  5. Installing Wordpress

You can always use existing packages such as XAMPP to take care of installing an Apache Web Server along with MySQL, PHP and PERL. However, I will outline how you can install each component separately.

Update: 19 Dec 2013: Sharad pointed out that you can also use bitnami app stack.