Alpha Blue wrote: > Thanks again Philip and Marnen, > > So, the point I'm stuck at during this particular piece is really > understanding how github and capistrano work together. > > For instance, my server user/password are completely different from > github user/password. Do these need to be the same?
Of course not. Why would they? Cap just uses github credentials to pull code from github, same as you would if you were doing this without Cap. > > And, if so, do I need to create a special user that has the same > credentials as my github account so that deployment works? No. But in most cases, you *will* want to create a special user account on your server for Capistrano to use. > > If the above is true, and my deploy_to is set in a specific user > directory, wouldn't the new user have to have write access to that > directory as well? Yes, the user that Cap logs in as will have to have write access in the directory where it's told to put the files. > These are some of the questions that are a bit > confusing to me. I could be overthinking this too much. You are. Cap just automates what you'd do yourself. > > I'll look over the links you provided to see what I can figure out. I'm > usually very patient but when I have difficulty understanding all of the > various pieces, I can get a bit downtrodden. I don't mind doing the > work. I just need to understand the work I'm doing. I didn't realize (until Philip posted it) that Github now has a Cap guide. Since their documentation is usually excellent, that could be a big help. > > Thanks. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

