Hi folks, I'm trying to setup with Capistrano 2 and I received this error: $ cap deploy:setup * executing `deploy:setup' * executing "umask 02 && mkdir -p /var/www/apps/twitter /var/www/apps/twitter/releases /var/www/apps/twitter/shared /var/www/apps/twitter/shared/system /var/www/apps/twitter/shared/log /var/www/apps/twitter/shared/pids" servers: ["twitter.serni.net"] [DEBUG] Mon Oct 22 22:49:44 +0200 2007 -- transport.session: connecting connection failed for: twitter.serni.net (Errno::ECONNREFUSED: Connection refused - connect(2))
Hehehe, I named the test project "twitter" (ough!). I think the problem is the ssh port: 33022. For the svn+ssh I made a tunnel at the subversion conf file, so, the Capistrano repository config is like this: set :repository, "svn+sernissh://#{domain}/var/www/apps/#{application}/repos/trunk" Any idea? Thanks!! Xavier -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to rubyonrails-deployment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---