A Complete Development Server in 5 Minutes
Years ago, Thoughtworks developed Buildix, a combined download for those who just wanted a quick way to install a standard development server stack. Their main reason for doing it was to provide a quick way to create a Continuous Integration server but, since it also bundled OS, SVN Server and bug tracking, it was also useful to the solo developer or small development team.
Unfortunately they discontinued it, reasoning that most people set up whole CI server farms or just install the CI parts on existing resources. So I had to look around for another resource to replace my existing, bespoke, development server. The ever-handy Stack Overflow pointed me to Coveros, and their SecureCI download.
SecureCI is single free download/install based on Ubuntu Server, and including the usual suspects (Apache/MySQL/Java/Tomcat), but adding Subversion and Hudson servers, together with Trac, Sonar and a host of testing and analysis tools.
Their product page is at http://www.coveros.com/research/research%5Fstack.php or you can go directly to their Sourceforge project page at http://sourceforge.net/projects/secureci/
I haven’t yet had a chance to install it, but look forward to giving it a try in the near future.