Hi group, In the past month I've made a couple capistrano plugins for deploying rails apps. I hope you find them useful!
capistrano-unicorn-nginx<https://github.com/bruno-/capistrano-unicorn-nginx> - no-configuration unicorn and nginx setup for rails apps capistrano-postgresql <https://github.com/bruno-/capistrano-postgresql> - plugin that automates postgresql configuration and setup for rails apps capistrano-rbenv-install<https://github.com/bruno-/capistrano-rbenv-install>- a lightweight rbenv ruby installer capistrano-safe-deploy-to<https://github.com/bruno-/capistrano-safe-deploy-to>- a plugin that makes sure `deploy_to` folder is created before app is deployed Here are the problems I tried to solve: - enable deploying basic rails apps without the need to SSH to the server to perform any task - speed up capistrano setup for an app - minimize required configuration I'm open to constructive feedback for any of the projects and I hope you'll find them useful! Bruno -- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/capistrano/6a61687a-1139-4097-9d65-b44899723262%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
