public
Rubygem
Description: Sprinkle is a software provisioning tool you can use to build remote servers with. eg. to install a Rails or Merb stack on a brand new slice directly after its been created
Homepage: http://sprinkle.rubyforge.org/
Clone URL: git://github.com/crafterm/sprinkle.git
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