Slide 4
Slide 4 text
The problem
• Not everyone is willing to use PaaS (i.e. stick with
Plain Old EC2, VPS, etc.)
• Not everyone is willing to endure a Capistrano
based workflow (RVM?, passenger?, rubygems?, bundler?, before/
after_hooks...)
=> not a reliable nor straightforward process.
• Willing to better integrate your app deployment
process with infrastructure automation tools
(Puppet/Chef): package {"my-rails-app": ensure => installed }
(better use your native OS’s package manager to deploy your app)