Typically you only install stuff as root, but use them as "greg" or whatever user. You can tell capistrano to do the "use_sudo" flag.
On Mon, Jun 30, 2008 at 12:26 PM, greghauptmann <[EMAIL PROTECTED]> wrote: > > Hi, > > I've installed Ruby, Rails, SVN onto my Redhat box as "root" so far. > > I'm trying to deploy to it via capistrano now and realize my only unix > account is "root", and svn account I created is "greg". Looks like > they have to be the same... > > What unix accounts would you recommend to (a) get cap working and (b) > from a best practice point of view. I'm guessing it should be > something other than "root"? Would I need to "chown" any of the Ruby/ > SVN installation I've already done? (I'm looking at just initially > running my app via the default mongrel) > > Thanks > > > -- Anthony Ettinger 408-656-2473 http://anthony.ettinger.name --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
