public
Description: A build script for a rails bugmash test server
Homepage:
Clone URL: git://github.com/tsykoduk/Rails-Bugmasher.git
name age message
file LICENSE Tue Oct 27 23:26:09 -0700 2009 added license [gnokes]
file README.md Tue Nov 03 12:16:14 -0800 2009 updated readme [gnokes]
file install.sh Wed Nov 04 08:09:15 -0800 2009 Nothing to see here, citizen. Move along. [gnokes]
directory lib/ Wed Nov 04 08:09:15 -0800 2009 Nothing to see here, citizen. Move along. [gnokes]
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 linux or mac 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.