summaryrefslogtreecommitdiff
path: root/doc/rcs/details/discussion.mdwn
blob: c2a0a5977b14bbffbf8f38031e96585117010167 (plain)

[[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]]

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