I’ve always wondered how difficult it would be to set up a local web server. It’s been a personal project of mine considering I utilize web technologies on a daily basis.

Thanks to Chad of Greasy Valley I found an excellent writeup entitled Setting up your first web server on windows with Apache, PHP and MySQL by Amit Arora. In plain jane language, Amit walks you through the steps of installing PHP, MySQL and Apache on a Windows machine. It’s like a Sparknotes or Dummies guide for setting up web servers, clearly written for the “newbie” but concise and informative enough for a novice user.

As I sat here reading through Amit’s tutorial, I felt as if the author was holding my hand through the nasty bits, explaining in laymens terms what each configuration meant. Within about 15-20 minutes tops I had my own private Idaho (server) ready to be experimented with, and to think it only took a minor 7 or 8 steps and presto! I’m with Chad on this one — why didn’t we think of this earlier?

I plan on mirroring an exact replica of the kartooner.com website. This way I can experiment and tinker to my heart’s content without actually messing up the original pristine installation. Clearly this means improving not only my web server maintenance skills, but also tidying up my CSS and coding habits, not to mention along the way I’ll improve and refine my PHP and MySQL knowledge.