Top "Capistrano" questions

Capistrano is a developer tool for deploying web applications.

Why is Capistrano not installing gems with bundler?

Every time I deploy an app with Capistrano, it complains about missing gems. For example: ** [out :: mysite.com] Could not …

ruby-on-rails deployment capistrano bundler gemfile
Rails 3.2.2 RVM System Wide Capistrano Install Can't Find Gems

I really desperately need help with this issue and am more than a little lost. I am trying to deploy …

ruby-on-rails-3 gem rvm capistrano ubuntu-11.04
How to modify capistrano deploy to automatically run migrations in Rails 3.0

Right now, I have to run cap deploy and cap deploy:migrations if there are migrations to be run. how …

ruby-on-rails ruby-on-rails-3 deployment capistrano
No such file or directory in capistrano deploy

Here is the error when doing cap deploy: *** [err :: 11.15.19.46] find: `/var/www/emclab/releases/20111208184942/public/images' *** [err :: 11.15.19.46] : No such file …

ruby-on-rails capistrano
Using Capistrano to deploy (a non-Rails site) via FTP?

How would I go about this? I have a mostly static site, which is being hosted on a cheap web-host, …

deployment capistrano
Starting background tasks with Capistrano

For my RubyOnRails-App I have to start a background job at the end of Capistrano deployment. For this, I tried …

ruby-on-rails background capistrano nohup
Capistrano 3.0 file transfers?

Seems like Capistrano used to have an extensive file transfer package. However, it seems to be gone in version 3.0 after …

ruby upload capistrano transfer
Running and Deploying Rails to Docker Container

I am a total noob to linux containers and been spending some time learning about Docker, and forgive my confusion …

ruby-on-rails capistrano docker
replace git submodule protocol from git to http

I add a submodule from a git@... URL, to be able to develop in it. Now I want to deploy …

git capistrano
Is there a way to deploy into a vagrant VM using Capistrano?

I'd like to setup a vagrant instance outside of my project directory. Is there a way to deploy rails into …

ruby-on-rails deployment capistrano vagrant