aboutsummaryrefslogtreecommitdiff
path: root/doc/post-commit.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-13 19:29:21 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-13 19:29:21 +0000
commit2e1417eb08f18ffebcec76d994777d2413e0fcde (patch)
tree0b697951a525e78f9d24c09008ee727dc03b16fe /doc/post-commit.mdwn
parentf7f45d6a0ad41f3cd077b0310ce83f199b658b4d (diff)
downloadikiwiki-2e1417eb08f18ffebcec76d994777d2413e0fcde.tar
ikiwiki-2e1417eb08f18ffebcec76d994777d2413e0fcde.tar.gz
document setup files
Diffstat (limited to 'doc/post-commit.mdwn')
-rw-r--r--doc/post-commit.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/post-commit.mdwn b/doc/post-commit.mdwn
index 467fc6bd5..496c69075 100644
--- a/doc/post-commit.mdwn
+++ b/doc/post-commit.mdwn
@@ -1,7 +1,7 @@
A post-commit hook is run every time you commit a change to your subversion repository. To make the wiki be updated each time a commit is made, it can be run from (or as) a post-commit hook.
The best way to run ikiwiki in a [[Subversion]] post-commit hook is using
-a wrapper, which can be generated using `ikiwiki --wrapper`.
+a [[wrapper, which can be generated using `ikiwiki --wrapper`.
First, set up the subversion checkout that ikiwiki will update and compile
into your wiki at each subversion commit. Run ikiwiki a few times by hand
@@ -26,3 +26,5 @@ getting called by users who have write access to subversion, but not to
your wiki checkout and html directory. If so, you can safely make
ikiwiki-wrap suid to a user who can write there (*not* to root!). You might
want to read [[Security]] first.
+
+[[setup]] explains setting this up in more detail.