mike-uc6gurhRjCpx3z9c7Zyw2w@public.gmane.org
2006-Dec-04 11:31 UTC
deprec - deployment recipes for capistrano
http://codemode.blogspot.com/2006/11/deprec-install-rails-stack-and-deploy.html deprec is a new rubygem to make deployment of your Rails app with Capistrano a breeze. cap install_rails_stack This recipe installs everything you need to prepare an Ubuntu linux 6.06 server to host your Rails application: - apache 2.2 with mod_proxy_balancer - mongrel & mongrel cluster - rails - mysql These six steps will get your app running on a server: cd /path/to/railsapp deprec --apply-to . --name projectname --domain www.projectname.com # edit config/deploy.rb to put in details of your subversion repository cap install_rails_stack cap setup cap deploy_with_migrations cap restart_apache Planned for future releases: - postfix with virtual hosts and smtp-auth - custom tasks for specific VPS providers - host based firewall setup - support for other OS/distributions/versions Check out my blog for more info. - Mike http://codemode.blogspot.com/2006/11/deprec-install-rails-stack-and-deploy.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---