Capistrano is a developer tool for deploying web applications.
What is the purpose and function of "roles" in a Capistrano recipe? When I look at sample recipes, I often …
ruby-on-rails ruby capistranoI am using deploying a Ruby on Rails app to a Linode VPS using Capistrano. I am using Unicorn as …
ruby deployment capistrano file-permissions unicornDoes anybody know how I can tell capistrano to use my default rvm version of ruby for on the server …
ruby capistrano rvmI need Capistrano to use 2 different SSH keys. One is for the git repository, one is for the server to …
git ssh capistranoI'm trying to write a task for Capistrano 3 that involves executing 'composer install' within the directory of the current release. …
ruby-on-rails ruby capistrano composer-php capistrano3The GitHub guys recently released their background processing app which uses Redis: http://github.com/defunkt/resque http://github.com/…
ruby-on-rails capistrano delayed-job redis resqueLike many others I've seen in the Googleverse, I fell victim to the File.exists? trap, which of course checks …
ruby file capistrano existsI'm using Capistrano run a remote task. My task looks like this: task :my_task do run "my_command" end …
ruby-on-rails ruby bash capistranoI have 2 environments, production and staging, and I am using Capistrano with capistrano-ext gem. When I deploy to staging using …
ruby-on-rails deployment passenger capistranoI have a rails application that I need to deploy to 3 servers - machine1.com, machine2.com and machine3.com. …
ruby-on-rails capistrano