How To Install A WordPress Blog Locally On Your Computer

Oh readers, if only you could see me now. You’d be looking at a guy with three day stubble on his face, a pile of junk food in his stomach and a half-finished WordPress website sitting on his hard drive starting a daunting article for MakeUseOf that he has avoided for several hours. You’d be looking at a guy who managed to set up a local host on his PC, uploaded WordPress to it and developed a site as though it was live on the internet.

I’ve been doing quite a few posts about blogging lately but this one take a step outside the amateur “˜how-to’s I’ve done like the one about improving your Blogger blog. This article is inspired by the website I’m building that’s due to be launched in a month or so ““ and it’s not for tech newbies, this guide.

Many of us have personal blogs or blogs that make us a second income. And we don’t want to go upsetting our readers by coding and developing them on the Internet. Imagine if every time you visited MUO there were design changes, buggy issues or features constantly being moved about and deleted!

So developing your WordPress blog offline is the best option because you don’t interrupt readership (assuming the blog is online already and you’re simply updating), you don’t have to upload pictures and media and you can view your blog easily without it being live on the internet for everyone to see you shoddy design work. The easiest way to do this is to learn how how to install WordPress locally. This is done by creating a host on your PC which acts like a host on the Internet such as GoDaddy.

First of all, to set up a blog offline you have to download some PHP Hosting software. There are several well-known options but I’ve gone for XAMPP because I found I had the least hassle with it. You can download it here from SourceForge. Once you have downloaded and installed it like you would any other piece of software, open it up from the “˜All Programs’ menu. The window shown below will appear.

LocalHost - XAMPP SC

Beside Apache and MySQL, select “˜Start’ so that they are both running like in the screenshot. Now, your local host is up and running and is available to be prepared to accept WordPress. First however, we must make a database for WordPress to be saved in on the host.

localhost - browser homepage

To do this open your browser and enter “˜http://localhost/’ into the address bar. This will bring you to the screen shown above. From the menu bar on the left, select phpMyAdmin as illustrated.

localhost - create database

In the center of the screen is the section where you create a new data base. Name your server and select collation from the dropdown menu if it’s not already selected. In the second dropdown menu select “˜uft8_unicode_ci’. I cannot emphasise how crucial it is that you do not overlook this. It is not selected as default so ensure you have it selected. It’s the last one in the list. Without it, the host won’t communicate with WordPress and you’re in a world of problems my friends ““ if you can’t tell I’m talking from experience. I spend an hour yesterday trying to figure out what the problem was!

Once your server is created you’re ready to embark on the world-famous “˜Wordpress five minute install’ and finally set up your blog. Download WordPress from here. When you have the .zip file, extract its contents to this location:

C:\xampp \htdocs

Your final folder structure should look like this:

localhost - file structure

If it doesn’t, open the XAMPP program file and drag the extracted WordPress file into it manually. It must be in there in order for your newly created database to detect it. Then, edit this file using Notepad:

C:\xampplite\htdocs\wordpress\wp-config-sample.php

Scroll down to the part where it asks for database name, username, password etc.. Fill in the details below:

DBNAME: *whatever name you gave to your database*

DBUSER: root

Password: “˜ ‘ (This should just be left as two opposing apostrophes)

Then, save the file as wp-config.php instead of the original wp-config-sample.php.

Now, open your browser and enter in the following URL:

http://localhost/wordpress/wp-admin/install.php

This will take you into the WordPress installation just like you were online. Remember, when you’re returning to your PC to do more coding ensure you have Apache and MySQL turned on ““ otherwise http://localhost/ won’t exist!

Oh and now a health warning: Coding and toying with WordPress is addictive. Prolonged exposure may cause excessive caffeine consumption, personal hygiene and grooming to go out the window, social commitments to follow and a truly awesome WordPress site ready to go live.

Tagged:

Dean Sherwin

My name is Dean Sherwin. I'm a freelance writer specializing in technology, culture, politics, how-to and all other cool quirky things. I started contributing to MUO in July 2009. I like console video games and have been know to play the odd MMO. However, my real passion is in writing and reading about technology and the evolution of our fast paced world. My Twitter is www.twitter.com/deansherwin and my website is www.deansherwin.com Personal Blog: tappingthought.blogspot.com If you wish to contact me directly my MUO e-mail is dsherwin@makeuseof.com

Similar Stuff

The comments were closed because the article is more than 90 days old.

If you have any questions related to stuff mentioned in the article or need help with any computer issue, just ask it on MakeUseOf Answers.

  • john

    very nice post, this one is really helpful to start something more interesting

  • http://www.intowindows.com Windows Boy

    The easiest way is to use Microsoft’s Web Platform Installer. It’s free!
    http://www.microsoft.com/web/downloads/platform.aspx

  • Gary

    Thanks, worked 1st time!

    Any chance to see a similar post on how to install Movable Type on a local host.

    Always interesting, keep up the good work!

  • http://dogbait.net dogbait

    Brilliant post. Just when I was using a freebie hosting site for testing and this pops up. Many thanks.

  • http://www.paulsanduleac.wordpress.com Paul Sanduleac

    Many people really need this post. Good Job!!!

    • http://www.deansherwin.com Dean Sherwin

      Hey guys,
      Glad you all liked the post! There’ll definitely be a couple of follow up posts!

      -Dean

  • http://repeatgeek.com Daniel H

    I’ve expanded on this topic with tips on setting up your local computer for WordPress development: Five Steps for WordPress Preparation.

  • Raj

    Could anyone suggest a tool to test/customize blogspot/blogger blog themes locally installing my computer without logging into blogger.com?

  • http://www.home-tour.co.uk marcus

    Thanks for the useful info. Once you’ve developed the wordpress site locally what is the process for transferring it to your web server?

    • http://www.cordlessdrillryobi.com Cordless Drill

      Hey Marcus, I would like to know the answer to that question myself. If you get any (usable) responses could you please forward it to me as well. Thanks

  • http://www.cordlessdrillryobi.com Cordless Drill

    This is exactly what I was searching for, now it’s time to load it and get working. “Thanks a Bunch”

  • http://www.squidoo.com/how-to-set-up-a-blog-advice Blog Help

    Great post! Keep it up. Thank you.

  • http://www.pragmaticoutsourcing.com/ Outsourcing

    I was just thinking about How To Install A WordPress Blog Locally On Your Computer and you have really helped out. Thanks!

  • http://www.gavpstudios.com/ Wayne

    Hey, nice post. :) Thanks for the interesting info.

  • http://www.magicsolv.com Mare

    Great post, this one is really helpful, This is exactly what I was seeking for, now it’s time to share it with someone and get working. Thanks a Bunch.

  • http://www.little-greenweb.com Jake

    Great tutorial, Thanks!

    I would have taken hours to figure out what only took minutes after reading your post. I really appreciate it!

  • http://www.installsoftware.com Install Software

    Hi there.
    Great installation help…thanks, fixed my problem.
    Anyone reading this guys stuff should bookmark it.