aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/distributed_wikis
diff options
context:
space:
mode:
authorspalax <spalax@web>2014-04-29 05:05:07 -0400
committeradmin <admin@branchable.com>2014-04-29 05:05:07 -0400
commit0723bf8ee340ee53b97974b21d3a8f380f0432c7 (patch)
treeccb783dea07ffe9383b885772f0564d5a1156be8 /doc/tips/distributed_wikis
parentd93ae5a0fc452deff493506ec5a040fb699ba9d5 (diff)
downloadikiwiki-0723bf8ee340ee53b97974b21d3a8f380f0432c7.tar
ikiwiki-0723bf8ee340ee53b97974b21d3a8f380f0432c7.tar.gz
More details
Diffstat (limited to 'doc/tips/distributed_wikis')
-rw-r--r--doc/tips/distributed_wikis/discussion.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/distributed_wikis/discussion.mdwn b/doc/tips/distributed_wikis/discussion.mdwn
index 9c1d00cba..101f64d51 100644
--- a/doc/tips/distributed_wikis/discussion.mdwn
+++ b/doc/tips/distributed_wikis/discussion.mdwn
@@ -18,5 +18,5 @@ Would it work if the mirrored wiki was configured with cgiurl set to the cgiurl
>>>
>>>> Upload: I have set up a [[clone|https://github.com/paternal/ikiwiki]] on github and asking joeyh to pull: [[branch|https://github.com/paternal/ikiwiki/tree/paternal/upload-svg]], [[pull request|todo/upload__95__figure]], [[figure|https://github.com/paternal/ikiwiki/blob/paternal/upload-svg/doc/tips/Hosting_Ikiwiki_and_master_git_repository_on_different_machines/separate-web-git-servers.svg]]
>>>>
->>>> 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).
+>>>> 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). Using this configuration, it is possible to have an Ikiwiki instance where the main public repository is hosted on [[github|http://github.com]] (excepted that the wiki won't automatically rebuild when pushing a repo to github, since the [[github webhook|https://help.github.com/articles/creating-webhooks]] does not seem to allow conditional).