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
e119f68f » crafterm 2008-05-26 Reduce example capistrano c... 1 set :user, 'root'
2 role :app, 'yourhost.com', :primary => true