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

This URL has Read+Write access

sprinkle / examples / rails / deploy.rb
100644 3 lines (2 sloc) 0.062 kb
1
2
3
set :user, 'root'
role :app, 'yourhost.com', :primary => true