diff options
author | spalax <spalax@web> | 2014-04-29 05:10:07 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-04-29 05:10:07 -0400 |
commit | 038f35ed6b5ea5f5055361ad3c0173d1595276de (patch) | |
tree | f0c3036537782d88d83b0ba8b220cdda0c0da98f | |
parent | 0723bf8ee340ee53b97974b21d3a8f380f0432c7 (diff) | |
download | ikiwiki-038f35ed6b5ea5f5055361ad3c0173d1595276de.tar ikiwiki-038f35ed6b5ea5f5055361ad3c0173d1595276de.tar.gz |
Add reference other ways of distribing ikiwiki resources
-rw-r--r-- | doc/tips/Hosting_Ikiwiki_and_master_git_repository_on_different_machines.mdwn | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/tips/Hosting_Ikiwiki_and_master_git_repository_on_different_machines.mdwn b/doc/tips/Hosting_Ikiwiki_and_master_git_repository_on_different_machines.mdwn index 35feacb71..af4438bd5 100644 --- a/doc/tips/Hosting_Ikiwiki_and_master_git_repository_on_different_machines.mdwn +++ b/doc/tips/Hosting_Ikiwiki_and_master_git_repository_on_different_machines.mdwn @@ -17,6 +17,7 @@ I assume the [[rcs]] used is [[rcs/git]], but it might be done for other rcs. # Similar and related tips and problems +- [[tips/distributed_wikis]] References different way of distributing wikis (including this one). - [[http://www.icanttype.org/blog/ikiwiki_git_remote_repo/]] Similar to what I am describing, excepted that you must be able to connect to the machine hosting Ikiwiki using ssh. @@ -143,9 +144,7 @@ the IkiWiki machine, and here is the deadlock. Explanations of the command: ## Going further - *Web server on a third machine* It should be possible to use a third machine - to host the web server. A hook might be used to export the rendered wiki on - this server, or use a nfs repository as the destination repository of - ikiwiki. However, allowing web modifications (using CGI) might be tricky… + to host the web server, using [[this documentation|tips/Git_repository_and_web_server_on_different_hosts/]]. - *Using [[gitolite|https://github.com/sitaramc/gitolite]] to manage repositories on the git machine* Simply replace the manipulations of git on the git machine by the corresponding manipulations using gitolite. |