capistrano

URL
http://www.rubyonrails.org
Author(s)
Jamis Buck
Summary
Capistrano is a framework and utility for executing commands in parallel on multiple remote machines, via SSH. The primary goal is to simplify and automate the deployment of web applications.

Add your comment ↓

Comments

capistrano (2.5.16) is Working
for Esse (GNU/Linux, 6 months ago)

working for me out of the box on debian 5.

capistrano (2.5.10) is Failing
for Luke Chadwick (Windows, 8 months ago)

cap -T fails with:

ruby-1.9.1/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/ssh/authentication/pageant.rb:24:in `<module:Win>':
uninitialized constant DL::Importable (NameError)

capistrano (2.5.9) is Working
for John (GNU/Linux, 10 months ago)

works out of the box

capistrano (2.5.8) is Failing
for computer plumber (GNU/Linux, about 1 year ago)

Capify (capistrano 2.5.8) did not work with Ruby1.9.1p124+ on both Ubuntu 9.04 & 8.10

Fix: changed line 91 of /usr/local/lib/ruby/gems/1.9.1/gems/capistrano-2.5.8/bin/capify from retry to redo.

capistrano (2.5.8) is Working
for Daniel (GNU/Linux, about 1 year ago)

Works for me too when I change +retry+ to +redo+ on line 91 of the capify script.

capistrano (2.5.8) is Failing
for clay shentrup (Mac OSX, about 1 year ago)

I got to "work" by changing the "retry" to a "redo" around line 91 of deploy.rb.

capistrano (2.5.8) is Failing
for Roundysoft (Mac OSX, about 1 year ago)

All tests pass but there is an error in the "retry" statement in the capify script.

capistrano (2.5.5) is Working
for Marcus Wyatt (Mac OSX, about 1 year ago)

No problems and installed with gem install

capistrano (2.5.4) is Working
for John Leach (GNU/Linux, about 1 year ago)

All tests pass:

523 tests, 1274 assertions, 0 failures, 0 errors, 0 skips

Add your comment




Yes No