]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/ikiwiki.setup
web commit by joey
[git.ikiwiki.info.git] / doc / ikiwiki.setup
index c03092b7acd5b1e28242a02ef9867ef3b596e7a3..7167e6e57bdd5fa5ed34af47a6876d949e95a129 100644 (file)
@@ -10,8 +10,8 @@ use IkiWiki::Setup::Standard {
 
        # Be sure to customise these..
        srcdir => "/path/to/source",
-       templatedir => "/path/to/templates",
        destdir => "/var/www/wiki",
+       templatedir => "/usr/share/ikiwiki/templates",
 
        url => "http://myhost/wiki",
        cgiurl => "http://myhost/ikiwiki.cgi",
@@ -27,7 +27,7 @@ use IkiWiki::Setup::Standard {
                        # Note that this will overwrite any exsting
                        # post-commit hook script, which may not be
                        # what you want.
-                       wrapper => "$config{svnrepo}/hooks/post-commit",
+                       wrapper => "/svn/wiki/hooks/post-commit",
                        wrappermode => 04755,
                },
                {