15 lines
No EOL
362 B
Text
15 lines
No EOL
362 B
Text
= 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 |