public
Description: A build script for a rails bugmash test server
Homepage:
Clone URL: git://github.com/tsykoduk/Rails-Bugmasher.git
gnokes (author)
Tue Nov 03 08:20:53 -0800 2009
commit  0dcddb80c7131ddb6dfc76337c0e97d0360f33de
tree    802a7e752940f0ed9dbfd53de9e18c312dbce3b3
parent  4ec71c072f5547cb936e71ee24f999c5afcd009c
name age message
file LICENSE Tue Oct 27 23:26:09 -0700 2009 added license [gnokes]
file README.md Loading commit data...
file install.sh
directory lib/
directory testers/ Sun Oct 25 13:02:09 -0700 2009 refactoring ruby installer [gnokes]
README.md

RailsBridge BugMash Server Script

(I need a longer name. taking submissions.)

This is a script to take a debian box from ground zero to Rails Testing Machine. You will end up with MySQL, Postgres, Sqlite, Memcached and many rubies, as well as automated testing scripts.

Installation instructions

  1. untar the installer to your home directory (or do git clone git://github.com/tsykoduk/Rails-Bugmasher.git)
  2. Setup password-less sudo for your work account (not mandatory, but nice)
  3. There really needs to be a step three - don't you think?
  4. run the installer

What's it doing under the hood?

It's updating your system, grabbing a whole bunch of new packages, installing them, configuring them, getting rvm, installing 3 or 4 rubies and pressing on.

Should I use this on my lovingly built workstation?

Um, no?

Seriously, we are running automated updates, upgrades, and core system package installs. Use a VM that you just installed linux onto.

Can I use this to build a production ready application server?

Again - no.

Well, possibly - but we have done zero hardening, and several of the packages are for development, not front line, battle hardened servers. This is a development tool.

Legal Stuff

This is fully copylefted. If you find some use for it, please do let me know.