public
Description: Ruby, Rails, Linux environment configuration automation.
Homepage:
Clone URL: git://github.com/mmond/configuration-automation.git
100644 10 lines (6 sloc) 0.566 kb
1
2
3
4
5
6
7
8
9
10
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.