Install WordPress Locally

Setting up a local server environment and then installing WordPress is a good way to develop your blog on your computer before going live and avoiding many iterations of it being uploaded to your web host and published on the internet.

Install XAMPP

XAMPP is a local server environment with PHP, MySQL and Apache components supported. When installed, it will allow you to imitate a live web server.

XAMPP can be downloaded from http://www.apachefriends.org/ by clicking download.

Side Income Blogging - XAMPP screenshot 1

Open the installer and continue the installation. For our purposes, at the screen asking you to select components, we will install the MySQL, Perl and phpMyAdmin components.

Side Income Blogging - XAMPP screenshot 2

After installing it, typing “localhost” into your browser will redirect you to the XAMPP dashboard, where it will show a message that XAMPP has been installed.

Side Income Blogging - XAMPP screenshot 3

XAMPP should be started each time you want to work on your local development server and click start next to Apache and MySQL each time you load it.

Side Income Blogging - XAMPP screenshot 4(b)

Install WordPress

WordPress is a popular web CMS or content management system used by millions of websites. Installing WordPress will allow you to run a WordPress website or blog and doing this in a local server environment will allow you to work on it locally on your computer.

To get started installing WordPress, it can be downloaded by going to http://wordpress.org/ and clicking “Get WordPress”.

Side Income Blogging - WordPress screenshot 1

Click download WordPress and when the zip file has downloaded, move it to the htdocs folder in your XAMPP folder (XAMPP is by default installed in C:/ drive)

Side Income Blogging - WordPress screenshot 2

Right click it and select “Extract All…”.

Side Income Blogging - WordPress screenshot 3

Extract the folder by clicking extract.

Side Income Blogging - WordPress screenshot 4

The extracted folder will now be in the htdocs folder.

Side Income Blogging - WordPress screenshot 5

Open the folder, right click on the WordPress folder and cut it, navigate back to the htdocs folder and paste it.

Side Income Blogging - WordPress screenshot 6

The empty extracted folder and the original zip folder can now be deleted.

Side Income Blogging - WordPress screenshot 7

If successful so far, typing “localhost/wordpress” in your browser will bring up the WordPress installation guide.

Side Income Blogging - WordPress screenshot 8

Before continuing, a database needs to be created. To do this in phpMyAdmin, type “localhost/phpmyadmin” in your browser.

Side Income Blogging - phpMyAdmin screenshot 1

Navigate to databases and under create database, type a name for your database and click create.

Side Income Blogging - phpMyAdmin screenshot 2

Return to “localhost/wordpress” in your browser and navigate to the next page. Enter your database name and root for username, then click submit.

Side Income Blogging - WordPress installation screenshot 1

Enter your WordPress login details as you would like them.

Side Income Blogging - WordPress installation screenshot 2

Note: Save database and login details somewhere in case you forget them.

Your site so far can be accessed at “localhost/wordpress”.

Side Income Blogging - Successful WordPress installation

To access the admin section in WordPress, type “localhost/wordpress/wp-admin” in your browser and enter your credentials.

Leave a Reply

Your email address will not be published. Required fields are marked *