vote up 2 vote down star

I'm looking for a LiveCD that will run a LAMP server, e.g. from files on a USB pen.

I've heard of SLAMPP, which looks like it could be what I need but the homepage isn't loading today.

There's also LAMPPIX, however at first glance it looks like this involves burning a new CD every time I have a new project (not what I want to do - I'd rather just burn once and update the stuff on the USB pen).

What other options do I have, and what's worked well for you?

flag

80% accept rate

7 Answers

vote up 2 vote down check

If space is a consideration on your USB pen drive, you could use DSL (Damn Small Linux) to get going, then run XAMPP on top

link|flag
Thanks - I'll check out this option too. Might be much faster than a LiveCD, which is a bonus. – HoboBen Oct 12 '08 at 7:47
It seems that SLAMPP is in fact discontinued so Damn Small Linux is likely the best choice for me. Thanks! – HoboBen Oct 12 '08 at 7:54
vote up 0 vote down

Why don't you simply install a debian or whatever on your USB pen and boot from there?

link|flag
It won't fit on my pen! :-) – HoboBen Oct 12 '08 at 7:27
vote up 2 vote down

Get UNetBootin and download a LAMP install. Run UNetBootin on it and it will create a bootable pen drive.

link|flag
I should have mentioned, my USB pen is a bit too small for installing a distro on. It's 2GB but has a lot of files on it already. Damn Small Linux would fit in a pinch, but IIRC it's not a server by default. Thanks for the answer though; options are always good for other people who might ask similar – HoboBen Oct 12 '08 at 7:40
... Just dawned on me that if I used Damn Small Linux on the pen that I can save what I install. D'oh - thanks Andrew! – HoboBen Oct 12 '08 at 7:48
vote up 2 vote down

The good thing about Linux distros is they are absurdly well mirrored:

A search for "Index of /" slampp returns a lot of mirrors.

Out of interest - why do you want to run a web-server of a live-CD? It always seemed odd running a web-server on a machine on which all files (and thus configs) will be destroyed when you reboot..

Why not grab the Ubuntu Server CD, burning it to a CD (or installing it of a USB drive, which I'm sure is possible) and checking the "Install LAMP" option is easy, and the installer. Then to update the system, you can just use apt-get update && apt-get upgrade && apt dist-upgrade to get the latest version of everything..

If you are worried about breaking the currently installed OS, why not run the web-server on that? If it's Windows, XAMPP is great, on OS X you can either use the built-in webserver, or something like MAMP

link|flag
Thanks - I'll definitely try a mirror. As for my reasons... due to the bureaucracy I don't have permission to install anything, so a LiveCD is my only option. I forgot about Ubuntu Server, that's definitely worth considering as I won't have to relearn anything. – HoboBen Oct 12 '08 at 7:34
vote up 0 vote down

There are many linux distros that can run on a USB drive, including Ubuntu. You can of course install AMP on it.

link|flag
vote up 0 vote down

Just found out about Reconstructor - it claims to make customising a Ubuntu Server (or desktop) CD easier.

link|flag
vote up 1 vote down

For my uses I need PHP5, and Apache 2. Most of the discs I found still have Apache 1.3/PHP4. Knoppix DVD is what am using now. I just found Turnkey linux on google, but each CD is single purpose. It may or may not work for you, but I am going to try it out.

link|flag

Your Answer

Get an OpenID
or

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