vote up 0 vote down star
1

I'm planning to build Linux web development server in virtual machine environment on Windows Virtual PC. As I don't have much experience with installing and configuring Linux web servers, I wanted to ask for some advice:

  1. What Linux distribution do you recommend for such server? I want the virtual server to look like real hosting environment.
  2. Do any pre-configured virtual machines for web development exist out there?
  3. Maybe some instruction and tips on configuring?

My requirements for the server are quite standard: latest versions of Apache, MySQL, PHP, probably Python and Postgre.

Thank you.

UPDATE: OK I think I'll go with Ubuntu Server for this.

flag
This probably belongs on serverfault.com – Matthew Iselin Aug 23 at 10:49
1  
disagree that this belongs on serverfault.com - it's of interest mainly to devs/testers rather than admins. I wouldn't look for something like this on serverfault. – frankodwyer Aug 23 at 10:58

5 Answers

vote up 1 vote down check

For the distribution I would recommend Ubuntu - you can add all the server software you want from their repositories.

For a virtual machine I'd recommend Ubuntu Server Edition JeOS, as that won't have any un-needed software on it.

link|flag
JeOS looks pretty cool, but "no graphical environment" is too hardcore for me, I think :-) – Sergei Aug 23 at 15:18
vote up 3 vote down

You can probably go with Ubuntu. It is easy for a beginner and there is plently of documentation on how to install a LAMP stack and later you can move on to other distros.

If you are looking for pre-configured machines, then you can have a look at VMWare Appliances

link|flag
I think this is the best solution if you want a VM. – dimitris mistriotis Aug 23 at 11:35
vote up 1 vote down
  1. Debian Lenny - rock solid stability & the most package support
  2. I'm sure you can find some
  3. Use prefork-worker apache, MySQL 5/PHP 5, Postgres 8.4.
link|flag
vote up 1 vote down

There are lots of prebuilt vmware images that you can use. You might also consider looking at something like Amazon EC2 for which there are lots of off the shelf images.

I would also suggest Ubuntu server as a base OS.

Incidentally there are other virtualisation options in case Virtual PC doesn't recognise those prebuilt image formats (I think those formats are more standardised and interoperable these days, but not sure)...e.g. there is vmware, and there is virtualbox.org

link|flag
Isn't Amazon EC2 the cloud server? I need local VM server. – Sergei Aug 23 at 11:23
yes it is however many of the images are excellent and a good place to look for how servers are set up for use with real webapps. Also, though I haven't tried it, I am sure there are ways to run those images locally in a VM and I would suggest looking into that. – frankodwyer Aug 23 at 11:34
oh, another point is that these servers are often built using scripts so even if you can't plug and play the image, you can probably build a local vm the same way. For example I use the ec2onrails image, which was adapted from a ubuntu build script. – frankodwyer Aug 23 at 11:36
I can't seem to find images to download on the EC2 website. Where are they? – Sergei Aug 23 at 11:39
developer.amazonwebservices.com/connect/… – frankodwyer Aug 23 at 12:22
show 2 more comments
vote up 1 vote down

Does it need to be in Linux straight away? You can run (Apache et al) XAMPP locally and get it up and running in 5 minutes.

link|flag
Of course I have running my custom web development server under Windows. But I need real unix-hosting environment. Thanks on pointing to XAMPP though, it exists for Linux too. – Sergei Aug 23 at 11:19

Your Answer

Get an OpenID
or

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