ikiwiki/doc/rcs/details/discussion.mdwn

16 lines
696 B
Plaintext
Raw Normal View History

2007-08-21 06:41:51 +02:00
## [[git]]
I'm currently spending some thoughts on how to extend the
ikiwiki git infrastructure to allow for the two repositories
to be on different machines. Has someone else already made
such thoughts? --[[tschwinge]]
> Okay, I got this working. I'll test and experiment some
> more and then document it in here. --[[tschwinge]]
2007-10-21 03:07:49 +02:00
> I think the method documented in [[setup]] will work fine for this. Just
> have the other machine clone from the bare repository on the server. When
> it pushes changes to the server, the post-update hook fires, and updates the
> wiki. Of course, you actually have *three* repos in this setup, two on
> the server, and one on the other machine. --[[Joey]]