]> sipb.mit.edu Git - ikiwiki.git/blob - doc/tips/distributed_wikis/discussion.mdwn
86708a39250576abaff18c4fdde84fd9cca78973
[ikiwiki.git] / doc / tips / distributed_wikis / discussion.mdwn
1 Would it work if the mirrored wiki was configured with cgiurl set to the cgiurl of the origin wiki - so that users were seamlessly redirected to the origin for edits? --[[Jamie]]
2
3 > Yes, if the origin wiki is set up to ping the mirrored wiki when
4 > updated, the mirror is free to use its cgi setup. (Note that the cgi will
5 > leave the user on a page on the origin wiki when they save the edit.)
6 > I've put a mention of this option in the page.
7 > --[[Joey]]
8
9 ---
10
11 ### Separate ikiwiki web server, and git server
12
13 > I don't understand how this configuration is different from the previous one, could you clarify? the image link is broken as well. [[anarcat]]
14 >
15 >> Sorry. I did a mistake. I hope this is more clear now. [[Louis|spalax]]
16 >>
17 >>> I still don't understand the difference, and I can't reach the URL you have given above. Previously, to upload stuff I created a clone of the git repository and asked joeyh to pull, like [[this|todo/improve_decentralised_wikis_documentation_and_graphics/]]. --[[anarcat]]
18 >>>
19 >>>> Upload: I am setting up a clone on github and asking joeyh to pull.
20 >>>>
21 >>>> Difference between *Separate webserver and git repository* and *Separate ikiwiki web server, and git server* : the only difference is that in the first case, the git srcdir is on the same server as the git main repository, whereas in the second case, it is present on the same server as the web server. One use case is when one as a very limited access to the server hosting the git repository, and cannot setup the git srcdir (because of, for instance, a (reasonably?) paranoid sysadmins would require the creation of a new user to own the git srcdir).
22