Top "Capistrano" questions

Capistrano is a developer tool for deploying web applications.

Starting delayed_job at startup

I'm using delayed_job with capistrano and would like a way to start delayed_job on startup of the web …

ruby-on-rails capistrano delayed-job
How do I target a specific commit SHA with capistrano deploy

I am wondering how I can target a specific commit SHA in Git for deployment, using Capistrano? It should be …

ruby-on-rails ruby deployment capistrano
Capistrano using sudo even with "set :use_sudo, false"

I do not wish to use sudo for any of my remotely executed commands via Capistrano. Specifically, when I run …

ruby-on-rails-3 capistrano sudo rvm-capistrano
Unable to bind to port 80, but running on the current shell works without any issues

I get the following error while trying to run "cap production unicorn:start" F, [2013-07-12T04:36:18.134045 #28998] FATAL -- : error …

ruby-on-rails capistrano sudo unicorn rvm-capistrano
Capistrano error tar: This does not look like a tar archive

INFO [050fe961] Running mkdir -p /home/rails/rails- capistrano/releases/20140114234157 on staging-rails DEBUG [050fe961] Command: cd /home/rails/rails-capistrano/repo &…

capistrano rvm-capistrano capistrano3
Could not find rake 10.0.3 in any of the sources, when working with Whenever and Capistrano

I'm trying to use the gem Whenever with Capistrano over my Rails app on 3.2.8, working with RVM and a gemset …

ruby-on-rails rake capistrano bundler whenever
Capistrano Error - Net::SSH::HostKeyMismatch

I'm completely new to Capistrano and to Ruby, and I can't seem to get basic deployment set up. Every time …

ruby capistrano
How to capture output from a remote command in Capistrano?

I want to run a remote command (git diff of current_revision and HEAD in a few folders) and capture …

ruby shell capistrano
Capistrano - "cannot load such file --deploy"

Working on an existing rails project that is set up to deploy with Capistrano. Trying to determine my first step …

ruby-on-rails deployment capistrano cap
Capistrano 3, Rails 4, database configuration does not specify adapter

When I start cap production deploy it fails like this: DEBUG [4ee8fa7a] Command: cd /home/deploy/myapp/releases/…

ruby-on-rails capistrano