mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
15 lines
362 B
Plaintext
15 lines
362 B
Plaintext
= 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 |