I'm trying to deploy my application from osx leopard. When I cap
deploy:setup i get:
* executing `deploy:setup'
* executing "umask 02 && mkdir -p /home.....releases.../shared /
home/...../shared/system /home/...../shared/log /home.../shared/pids"
servers: ["12.34.56.7"]
[67.207.135.64] executing command
command finished
triggering after callbacks for `deploy:setup'
* executing `peepcode:create_shared_config'
* executing "mkdir -p /home/..../shared/config"
servers: ["12.34.56.7"]
[12.34.56.74] executing command
command finished
* executing "ls /home/..../shared/config"
servers: ["12.34.56.7"]
[12.34.56.7] executing command
command finished
servers: ["12.34.56.7"]
then it hangs.
I'm using the peepcode plugin. I've read a few posts and tried
adding
default_run_options[:pty] = true
to deploy.rb
If I upgrade capistrano (using v2.2) I get the error:
transfer.rb:156:in `[]=': undefined method `[]=' for nil:NilClass
(NoMethodError)
Would really appreciate some help, been working on this for a while,
many thanks,
Mike
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---