Table of Content
Deploying options
So what server we can use to host rails app?
Heroku getting started guide
- rails 3: https://devcenter.heroku.com/articles/getting-started-with-rails3
- rails 4: https://devcenter.heroku.com/articles/getting-started-with-rails4
- Addons: https://addons.heroku.com
Dedicated Server
There are quite a lot tutorials discussing how to deploy the rails app to linode. I found this one helpful to me.
https://gist.github.com/jpantuso/1031946
Although the steps are based on linode, it should be quite similar to deploy on the other self-managed server.
Monitoring Exceptions
What’s next? We’re going to take a look at “Tutorial 1 – Task management”.