X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/1c4d4e1e0474b6ffd3b8e0213d8a4804a3597e34..6dc29ca72a890bb16542ff1e795fea5aa642e420:/doc/setup.mdwn?ds=sidebyside diff --git a/doc/setup.mdwn b/doc/setup.mdwn index d72cac71a..a54a73388 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -28,7 +28,7 @@ optional support for commits from the web. 5. Build your wiki for the first time. ikiwiki --verbose ~/wikiwc/ \ - /usr/lib/ikiwiki/templates ~/public_html/wiki/ \ + /usr/share/ikiwiki/templates ~/public_html/wiki/ \ --url=http://host/~you/wiki/ Replace the url with the right url to your wiki. You should now @@ -54,7 +54,7 @@ optional support for commits from the web. directories, and read through and configure the rest of the file to your liking. - Note that the default file has a block to configure a svnwraper. This + Note that the default file has a block to configure a svn wrapper. This sets up a [[post-commit]] hook to update the wiki. When you're satisfied, run `ikiwiki --setup ikiwiki.setup`, and it @@ -62,7 +62,7 @@ optional support for commits from the web. 8. Set up [[CGI]] to allow editing the wiki from the web. - Just edit ikiwiki.setup, uncomment the block for the cgiwrapper, make + Just edit ikiwiki.setup, uncomment the block for the cgi wrapper, make sure the filename for the cgi wrapper is ok, run `ikiwiki --setup ikiwiki.setup`, and you're done!