diff options
author | Joe Rayhawk <jrayhawk@richardiv.omgwallhack.org> | 2010-12-13 15:57:03 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@richardiv.omgwallhack.org> | 2010-12-13 15:57:03 -0800 |
commit | bf9633ed11f4207bda066f2d6ddb8c9addc78953 (patch) | |
tree | 648e6323743460f960c1862b1aa172cf76096d7e /notes | |
parent | 1a6582278f6a294a22dd5f3654679379ff80ea04 (diff) | |
download | jrayhawk-bf9633ed11f4207bda066f2d6ddb8c9addc78953.tar.gz jrayhawk-bf9633ed11f4207bda066f2d6ddb8c9addc78953.zip |
Notes: Ikiwiki creation: adding --verbose to ikiwiki invocations
Diffstat (limited to 'notes')
-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` |