Skip to content

Instantly share code, notes, and snippets.

@mbailey
Created June 26, 2011 10:51
Show Gist options
  • Save mbailey/1047508 to your computer and use it in GitHub Desktop.
Save mbailey/1047508 to your computer and use it in GitHub Desktop.
deprec recipe to install rails stack
desc "Install Rack stack on Ubuntu server (8.04, 10.04)"
task :install_stack do
top.deprec.git.install
top.deprec.ruby.install # Uses ruby_vm_type
top.deprec.web.install # Uses web_server_type
top.deprec.app.install # Uses app_server_type
top.deprec.rails.install
top.deprec.logrotate.install
# top.deprec.monit.install # Not using monit lately
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment