public
Description: Ruby, Rails, Linux environment configuration automation.
Homepage:
Clone URL: git://github.com/mmond/configuration-automation.git
name age message
file .DS_Store Wed Jan 14 06:11:57 -0800 2009 First multi-app rev [mmond]
file README Wed Jan 28 11:56:15 -0800 2009 Update README [mmond]
directory apps/ Loading commit data...
directory config/
file configure_rails_apps.sh Wed Jan 28 08:13:10 -0800 2009 All app install option [mmond]
file configure_slicehost.sh Thu Oct 16 10:10:17 -0700 2008 Add config minus app [mmond]
file configure_ubuntu.sh
file configure_ubuntu_eldorado.sh Sun Jan 11 08:26:46 -0800 2009 Clean up for next version [mmond]
file eldorado.database.yml.txt Thu Oct 16 13:15:39 -0700 2008 Use root MySQL user [mmond]
file eldorado.deploy.rb Sun Oct 19 12:54:44 -0700 2008 Consolidate tasks and connects via Capistrano [mmond]
file eldorado.nginx.conf Sat Oct 18 06:46:08 -0700 2008 Add localhost to nginx vhost [mmond]
file spin Thu Oct 16 20:27:28 -0700 2008 Update Mongrel port [mmond]
README
This script will connect to your server, currently supporting Ubuntu 8.0.4 8.1.0, 
install the necessary applications and libraries to serve production Ruby on Rails applications.

The original script is from the FiveRuns blog post at: http://blog.fiveruns.com/2008/9/24/rails-automation-at-slicehost  

is a basic shell script to prepare a remote Slicehost Ubuntu 8.04 VPS for running production Ruby on Rails applications.


It's completely ripe for cleaning up, extending and customizing for 
other Linux distros, hosting providers and application configurations.