Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I'm looking for a minimum of fuss here to get up and running.

Bonuses: - cross platform - portable (can be installed/run from a USB)

Clarification: I'm not looking to setup a full-fledged remote testing server, I just need something simple that I can load localhost in my computer's browser and check my latest changes.

share|improve this question
This belongs on ServerFault. – RandomBen Jul 8 '10 at 21:42
3  
I disagree RandomBen, I believe it was the place to put it but with this new site, questions like this now also have a place here. – Nat Ryall Jul 8 '10 at 22:12
2  
it is vaguely on topic, since as a webmaster you might want some local stuff set up. – Jeff Atwood Jul 9 '10 at 8:21

3 Answers

up vote 4 down vote accepted

XAMPP. It is also easy to do with PortableApps.com but you don't need PortableApps to do it on a removable drive.

share|improve this answer

Some options include:

  • XAMPP: (Cross Platform) Comes with Apache, MySQL, PHP and Perl support out of the box and is portable but needs manual configuration if you defer from the default.
  • WAMP: (Windows) Comes with Apache, MySQL and PHP support out of the box and allows simple configuration through the tray icon. This also installs as a service so it's not portable.
  • MAMP: (Mac) Comes with Apache, MySQL and PHP support out of the box.
  • EasyPHP: (Windows) Comes with Apache, MySQL and PHP support out of the box and is portable.
share|improve this answer

Xampp is easy to install and you can choose to install it in portable form on a USB drive.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.