Capistrano guides? [closed]
Does anyone know of any good, detailed guides for capistrano and deploying rails applications? I'm interested in learning all the different functionality rather than just following a tutorial without really understanding what's happening.
Github made the great tutorial howto setup capistrano.
You can reference to the Capistrano Handbook and Getting start guide.
I don't know if it could be what you are looking for, but I just wrote how to make Rails 3.2, Nginx and Capistrano work http://www.lifeofadev.eu/posts/deploy-rails-3-2-with-capistrano
I've written this one, that at some point I might move off this gist:
https://gist.github.com/2161449
I agree there is/was a lack. I figured stuff out painfully, and then tried to write it up in a guide for others (and myself to refer back to)
精彩评论