Setting up a Local WordPress Sandbox
- Posted On: January 6th, 2008
- Filed Under: Extras
Generally speaking there's a little bit of prep work you need to do before starting a WordPress theme. It's hard to try developing a theme when you're constantly downloading and uploading files to confirm how well they're working and it's even harder to maintain a blog when you're constantly changing the live theme.
To get around this it makes sense to setup a sandbox where you can play around with theme design all you want without worrying about breaking your live theme. While you always have the option of creating a secret directory on your current hosting account it's much easier to install WordPress locally and then play around with the files on your own machine. This prevents you from constantly uploading and downloading files and lets you achieve a safe working environment that doesn't hurt your live blog.
WAMPServer is pretty much widely recognized as the best software to use when installing WordPress locally on a windows machine (XP OR Vista) - it's also free and easy to use which is a big plus.
Rather than spend a long time outlining how exactly to install and setup WAMPServer I'll default to an excellent post that was written over at Weblog Tools Collection.
This two part post will help you get WordPress up and running locally in a matter of just a few minutes - the longest part is the download itself!
- In part one you'll download the software and get WAMPServer running locally in Windows (this method works in XP and Vista)
- In part two you'll get WordPress running in Windows and learn how to migrate your public blog to your local machine
While the second part of the second part is helpful I think in the long run you're better starting a fresh blog locally for the purposes of theme design. Over the course of this project we'll be creating special posts that showcase different HTML, CSS and JavaScript related posts to make sure things are running well so you might as well have a blank slate to work off of.
Either way it's really up to you.
In this post we'll run through the absolute basics of installing WordPress on a GoDaddy hosting account. If you have any questions feel free to include them in the comments section.