ItsPronounced
ItsPronounced

Reputation: 5463

Is it possible to have a completely portable PHP dev environment?

I really want to setup a portable php environment. I would need to use CodeIgniter, WAMP or XAMPP with MySQL and carry any projects with me between my computers/laptops. All of this would need to be on a USB flash drive with an editor.

Is this even remotely possible?

Thanks!

Upvotes: 2

Views: 2092

Answers (2)

Jacek Wysocki
Jacek Wysocki

Reputation: 1090

You can try run server as virtual machine try this http://www.turnkeylinux.org/lamp

Upvotes: 0

William T Wild
William T Wild

Reputation: 1032

I like USbWebserver

http://www.usbwebserver.net

I use version 7.0 which had an SMTP option. I see they are up to 8.0 but the docs dont show the SMTP , which was quite handy.

Upvotes: 3

Related Questions