Good Free Ubuntu Server VMWare Image Needed

7

2

Can anyone recommend a good, free Ubuntu Server VMWare Image (or Virtual Appliance, as they call them)? I have looked on the VMWare VAM and there are literally hundreds to choose from.

I am looking for something that can with very minimal effort serve as a development platform for LAMP applications (so it should have all of those installed, plus things like PhpMyAdmin).

Bonus points if there is some way to create new Virtual Hosts (for developing and testing new sites) on Apache without having to go digging around conf files and guessing on the sytax.

Yaakov Ellis

Posted 2009-07-15T07:27:00.653

Reputation: 380

Answers

4

Head straight to Canonical for the VMWare images

Or checkout the the ThoughtPolice folks

Mark Turner

Posted 2009-07-15T07:27:00.653

Reputation: 901

Can the ThoughtPolice images be mounted with VMWare Fusion on the Mac? – Darren Newton – 2009-07-24T00:08:26.003

1Yes they are compatible. – Mark Turner – 2009-07-25T00:54:09.710

The Canonical link is broken, but as an added bonus the ThoughtPolice links include torrent links that are much faster (I'm getting 1MB/s). – studgeek – 2012-05-16T15:12:50.087

The ones from canonical only go up to 7.10! ThoughtPolice has versions up to Jaunty – Mikeage – 2009-07-15T07:37:27.553

2

If you're running Windows, there's always WAMP, which should get you Apache, MySQL, PHP (the -AMP parts), and so on.

jtbandes

Posted 2009-07-15T07:27:00.653

Reputation: 8 350

1Of course, there's MAMP for Mac OS X as well, but OS X comes preinstalled with Apache and PHP, you just have to install MySQL, which is pretty easy. – jtbandes – 2009-07-15T07:31:43.700

Personally I found the preinstalled Apache and PHP very annoying in OS X. – Svish – 2009-07-15T07:39:29.330

Annoying in what way? I do almost all of my development and testing on it; it's extremely convenient. – jtbandes – 2009-07-15T07:46:39.547

0

There is a really easy way to set up a LAMP VM using Ubuntu Server JeOS. Not a virtual appliance, but very easy to set up if you follow the instructions at https://help.ubuntu.com/community/JeOS

spowers

Posted 2009-07-15T07:27:00.653

Reputation: 1 065

-2

Is it really worth it? I mean, it's not a big deal to create what you need; installation is really fast, and odds are you'll wind up apt-get'ing or aptituding quite a bunch of things anyway...

Mikeage

Posted 2009-07-15T07:27:00.653

Reputation: 584

1@Yaakov Ellis What makes you think these VMs won't require apt-getting? They're not going to come with everything ever packaged installed - they'll probably be similar to what you'd get if you installed it yourself. – ceejayoz – 2010-03-20T03:12:39.283

I think you can save a little time with a base-level appliance since its got all the main apt-get done and tools installed, but you still will need to configure the thing. – studgeek – 2012-05-16T15:08:37.923

3I am not a Linux server person, and though I have spent hours digging through Google in the past trying to do what you suggest and get everything configured "just so", I would really like to avoid having to do that if possible. And part of what I want to avoid doing is apt-get'ing and aptitud'ing quite a bunch of things. – Yaakov Ellis – 2009-07-15T07:52:24.960