public
Description: 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
Homepage: http://github.com/crafterm/sprinkle
Clone URL: git://github.com/crafterm/sprinkle.git
Click here to lend your support to: sprinkle and make a donation at www.pledgie.com !
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