Tips on deploying Ror

Posted by notnoop on Stack Overflow See other posts from Stack Overflow or by notnoop
Published on 2010-05-04T23:03:51Z Indexed on 2010/05/04 23:08 UTC
Read the original article Hit count: 377

How can I go about deploying a Rails app on a cluster of Amazon EC2 servers? Any recommended guides?

I maintain a RoR app (currently hosted on Heroku) that uses a DB and DelayedJobs). The app has a large footprint, and needs to be distributed on a cluster most likely. Any tips would be appreciated. Are there Amazon AMIs that replicate some of Heroku's features (especially DJ)?

P.S. I'm quite a Ruby newbie.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby