X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/d2594d483a58d8803546ecdda2ecc610993c56bd..3fe434189b99daf3d8cc075186c4ed4ebdd43b8f:/doc/tips/distributed_wikis.mdwn?ds=sidebyside diff --git a/doc/tips/distributed_wikis.mdwn b/doc/tips/distributed_wikis.mdwn index 47627677a..92d4ce9da 100644 --- a/doc/tips/distributed_wikis.mdwn +++ b/doc/tips/distributed_wikis.mdwn @@ -1,3 +1,5 @@ +[[!meta date="2008-05-06 19:22:09 -0400"]] + [[rcs/git]] and other distributed version control systems are all about making it easy to create and maintain copies and branches of a project. And this can be used for all sorts of interesting stuff. Since ikiwiki can use @@ -35,17 +37,13 @@ This is the configuration described in hosts the HTML files, the ikiwiki [[cgi]] but everything else is on the git server. -### Separate ikiwiki web server, and git server +### Separate webserver and git repository, the git srcdir being hosted on the webserver [[!img Hosting_Ikiwiki_and_master_git_repository_on_different_machines/separate-web-git-servers.svg size=400x]] -[[http://spalax.fr.eu.org/separate-web-git-servers.svg]] *Could someone with admin rights upload [[this image|http://spalax.fr.eu.org/separate-web-git-servers.svg]] to [[IkiWiki|Hosting_Ikiwiki_and_master_git_repository_on_different_machines/separate-web-git-servers.svg]]? I am not allowed to do so. [[Louis|spalax]]* This is the configuration described in [[tips/Hosting_Ikiwiki_and_master_git_repository_on_different_machines]]. One server hosts the web server (and the [[Ikiwiki cgi|cgi]]) and the git source dir; a second server hosts the git bare repository. This can be used when you have very limited access to the git server. -> I don't understand how this configuration is different from the previous one, could you clarify? the image link is broken as well. [[anarcat]] ->> Sorry. I did a mistake. I hope this is more clear now. [[Louis|spalax]] - ### Decentralised pinger setup [[!img ping-setup.svg size=400x]]