diff options
-rw-r--r-- | notes/ikiwiki_creation.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/notes/ikiwiki_creation.mdwn b/notes/ikiwiki_creation.mdwn index 15e238f..f2587b1 100644 --- a/notes/ikiwiki_creation.mdwn +++ b/notes/ikiwiki_creation.mdwn @@ -26,6 +26,6 @@ 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 and cgi wrapper in the setup file now) 5. Render - - `ikiwiki --setup $reponame.setup` + - `ikiwiki --setup $reponame.setup` --verbose -If you need to make further changes, `edit /srv/ikiwiki/$reponame.setup` and run `ikiwiki --setup /srv/ikiwiki/$reponame.setup --rebuild` +If you need to make further changes, `edit /srv/ikiwiki/$reponame.setup` and run `ikiwiki --setup /srv/ikiwiki/$reponame.setup --rebuild --verbose` |