search for: install_rails_stack

Displaying 1 result from an estimated 1 matches for "install_rails_stack".

2006 Dec 04
0
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 . -...