Search code examples
ruby-on-railsrubyruby-on-rails-3chef-infraprovisioning

Auto provisioning system for Rails application


I've built a simple application, and I want to sell access to it. I was wondering about any gems or tools that could allow me to auto-provision a rails application and database without me manually touching anything.

Thank you for every advise.


Solution

  • Yes, it's called Heroku. It's the closest thing to what you're asking for without having to do anything special.