summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@richardiv.omgwallhack.org>2010-12-12 19:08:23 -0800
committerJoe Rayhawk <jrayhawk@richardiv.omgwallhack.org>2010-12-12 19:08:23 -0800
commit1a6582278f6a294a22dd5f3654679379ff80ea04 (patch)
tree90b84239da9b85f4b9c51dce4b93bc5fe4e6f8fe
parent0b675d0a091053d17c85e81bb758b7205fb81431 (diff)
downloadjrayhawk-1a6582278f6a294a22dd5f3654679379ff80ea04.tar.gz
jrayhawk-1a6582278f6a294a22dd5f3654679379ff80ea04.zip
Notes: Ikiwiki creation: If destdir is changed, also edit the cgi git wrapper location.
-rw-r--r--notes/ikiwiki_creation.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/ikiwiki_creation.mdwn b/notes/ikiwiki_creation.mdwn
index ae31223..15e238f 100644
--- a/notes/ikiwiki_creation.mdwn
+++ b/notes/ikiwiki_creation.mdwn
@@ -24,7 +24,7 @@
- `curl http://piny.be/jrayhawk/notes/examplewiki.setup | sed 's/\<examplewiki\>/$reponame/g' > $reponame.setup # feel free to put the setup file anywhere`
- Tweak other settings in `$reponame.setup` (like wikiname, adminemail, urls, and add_plugins) as desired.
4. Make a destination directory for rendered files:
- - `mkdir /var/www/$reponame` (or some other place, just keep in mind you need to change destdir in the setup file now)
+ - `mkdir /var/www/$reponame` (or some other place, just keep in mind you need to change destdir and cgi wrapper in the setup file now)
5. Render
- `ikiwiki --setup $reponame.setup`