explainer wrote: > My ISP, Site5, will not allow invoking the 'ssh' command on the > server, which is something the deploy:update_code attempts to do. In > order to resolve this problem, I could use the local copy strategy, > where the svn checkout is local, followed by an upload of the > compressed file, and subsequent expansion into the releases > directory. My problem is that I don't understand how to specify this > option.
You configure this via set :deploy_via, :copy See http://labs.peritor.com/webistrano/wiki/ConfigurationParameter But if you can ssh into the machine, this won't help you as the upload is done via scp (with runs on top of SSH). Jonathan -- Jonathan Weiss http://blog.innerewut.de --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
