I've been banging my head against my cubicle wall all day trying to get Webistrano configured to help manage our Rails app deployment. We're using ssh public key authentication rather than password authentication. I've setup the hosts, project, and stages in our Webistrano database and also added the ssh_keys config parameter to the proejct pointing to my private key file (/home/user/.ssh/id_rsa). The permissions on this key file are 644 so I don't believe my issue is permissions. Then again, I'm not sure what's going on.
What happens is, after setting up Webistrano per the install docs (http://labs.peritor.com/webistrano/), I click the "Setup" (deploy:setup) deployment task for one my my stages (e.g. Test) I've defined and the status indicator just keeps spinning and spinning. No results or nothing in the logs to indicate anything is happening. The Webistrano system is running CentOS 4.6 (Final) with OpenSSH_3.9p1, OpenSSL 0.9.7a. Webistrano 1.3 is the version I have installed. Any help would be greatly aprpeciated. I also submitted a Trac ticket to the Webistrano development team (ticket #90 for those interested and able to see those tickets). Thanks in advance, Andy --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
