thanks - so if I do the following is this enough, i.e. is this all Cap requires re accounts: * create a "greg" unix account on the box * create a "greg" svn account
Also is there a deploy.rb parameter I could use to set different Unix & SVN username/passwords? Where do I find the doco for this? Cheers Greg On Jul 1, 6:46 am, "Anthony Ettinger" <[EMAIL PROTECTED]> wrote: > 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-2473http://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 -~----------~----~----~----~------~----~------~--~---
