Pål Bergström wrote:
> Marnen Laibow-Koser wrote:
> 
>> Basically, Cap logs into the server and runs a particular sequence of 
>> commands on the server.  Thus, if Cap runs "git pull" on the server, the 
>> server will need Git installed for the command to have any effect.
>> 
> 
> I see. Git is installed on the server.

Great!

> 
> Should I make the app directory on the server a git repository too?  Or 
> will Capistrano fix that.

Capistrano will take care of checking out the app from the repository 
and doing what it needs to do.  You don't need to worry about it.

>  So probably a stupid question, but is the app 
> directory on the server the same as the git repository?

Generally not.  Capistrano will check out a working cooy to run on the 
server.  You probably could run the app right from the repository, but I 
see no advantage and many potential problems in doing so.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to