crafterm / sprinkle

Sprinkle is a software provisioning tool you can use to build remote servers with. eg. to install a Rails, or Sinatra stack on a brand new slice directly after its been created

sprinkle / examples / rails / README
100644 15 lines (8 sloc) 0.362 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
= Example Rails Sprinkle Deployment Script
 
The following example shows how you can provision Rails and associated packages onto a remote server (or set of servers).
 
== Usage:
 
$> sprinkle -s rails.rb
 
or in test mode:
 
$> sprinkle -t -s rails.rb
 
== Information
 
For more information, please see: http://github.com/crafterm/sprinkle/tree/master/README.markdown