John, Short version is add a couple of lines like:
Cmnd_Alias DEPLOYERS = <full_path_to_bundler_here> %deployers ALL=(ALL) NOPASSWD: DAEMONS To the `sudoers` file. Where %deployers is a group called deployers, which your deploy user is in, also see the documentation for the sudoers file. Better yet,if you can - make sure the bundle path is writable by your deploy users. - Lee -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
