5

I want to setup a linux vm with apache and php and mysql support, which version of linux should I pick up.
I dont have a good bandwidth, preferably a smaller ISO of the installer is also appreciated.

John G
  • 151
  • 1
  • 3

6 Answers6

3

What about Turnkey LAMP appliance?

clement
  • 131
  • 3
  • This is a very good one, do you think installing any popular PHP editor on this VM will be easy? – John G Feb 11 '10 at 13:26
  • there's already vim on it, in case you want to edit source directly on the VM. If you're more comfortable with another more graphical IDE, you should probably not work directly on the VM. – clement Feb 12 '10 at 10:15
3

Debian base is what I have used in the past but you can also do a stripped down install of centos for example. The distribution is immaterial really. Choose one that you are comfortable with and then just do the bare minimal install. In fact, if you don't intend to be compiling anything, you wouldn't even ever need to install the kernel sources, make, gcc or any of its brethren. The netinstall variants can be used if you don't mind that it will simply download the basics that are needed for the install. Or you could always try freebsd. :) (No this is not a freebsd vs linux flame. please do not interpret it as such.)

arunpereira
  • 131
  • 2
1

I have no rep, but I would vote for Chiefbrownbottom.

Prof. Falken
  • 302
  • 7
  • 17
0

Would WampServer or Xampp be an option instead of a full VM?

Chris_K
  • 3,444
  • 6
  • 43
  • 45
0

You could use a net install of Debian. You only have to download a little bit at the start and then you apt-get install what you want. This way you won't download something you don't need.

Amandasaurus
  • 31,471
  • 65
  • 192
  • 253
0

Use this install Image: http://cdimage.ubuntu.com/jeos/hardy/daily/current/hardy-jeos-i386.iso

Open Console:

sudo apt-get install mysql-server-5.0 libapache2-mod-php5 php5-mysql phpmyadmin 

finish :)