Hi guys. I'm using Capistrano for the first time, and am having some trouble with deploy:check. I'm deploying to my own server, and want to use sudo to write to /var/www/ .
Executing deploy:setup goes smoothly. However, deploy:check fails with this: The following dependencies failed. Please check them and try again: --> You do not have permissions to write to `/var/www/submogrify'. (submogrify.com) --> You do not have permissions to write to `/var/www/submogrify/ releases'. (submogrify.com) Considering that Capistrano created those directories with sudo, I don't understand why it thinks it can't write to them. Here's a paste of deploy:setup , deploy:check , and deploy.rb: http://gist.github.com/59723 Any thoughts? I'm all ears! Nick --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
