Top "Capistrano" questions

Capistrano is a developer tool for deploying web applications.

getaddrinfo: nodename nor servname provided, or not known

I have a Ruby on Rails application that I am deploying on a computer running Mac OS X 10.6. The code …

ruby-on-rails ruby capistrano delayed-job
Why won't bundler install JSON gem?

I get the following error when attempting to run cap production deploy. DEBUG [dc362284] Bundler::GemNotFound: Could not find json-1.8.1.…

ruby-on-rails gem capistrano bundler
How to find the Vagrant IP?

I have been developing an automated deployment using Capistrano and using Vagrant as my test virtual server. The thing is, …

capistrano vagrant
Using capistrano to deploy from different git branches

I am using capistrano to deploy a RoR application. The codebase is in a git repository, and branching is widely …

git capistrano
What is your preferred php deployment strategy?

I'm beginning a new project in PHP and I'd love to get some feedback from other developers on their preferred …

php deployment capistrano
How do I run a rake task from Capistrano?

I already have a deploy.rb that can deploy my app on my production server. My app contains a custom …

ruby rake capistrano
How do I use gems with Ubuntu?

I recently upgraded to Ubuntu 9.04 and I have issues using gems. I installed Ruby, Rubygems and Rails using apt-get. The …

ruby-on-rails ruby ubuntu rubygems capistrano
How do you roll back to the previously deployed version with capistrano?

I tried using "cap rollback" but I get the following error: $ cap rollback the task `rollback' does not exist Is …

capistrano
Bundler: You are trying to install in deployment mode after changing your Gemfile

I'm pretty new to bundler and capistrano, and I'm trying to use them together. When I try to deploy, I …

ruby-on-rails capistrano bundler
Capistrano - How to put files in the shared folder?

I am new to Capistranoand I saw there is shared folder and also option :linked_files. I think shared folder …

capistrano config web-deployment