diff options
author | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-02-14 20:09:12 -0500 |
---|---|---|
committer | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-02-14 20:09:12 -0500 |
commit | c3e47948635578e78c46417ada01b3c24ed0b91e (patch) | |
tree | f17e002ab2d6c5c9cfa88a5a76ea841af58a0fed /doc/setup | |
parent | 8159b420bfa04c95cd2a287aa21c9aaf31b644b6 (diff) | |
download | ikiwiki-c3e47948635578e78c46417ada01b3c24ed0b91e.tar ikiwiki-c3e47948635578e78c46417ada01b3c24ed0b91e.tar.gz |
more guidance for cgi_wrapper (friend was confused)
Diffstat (limited to 'doc/setup')
-rw-r--r-- | doc/setup/byhand.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/setup/byhand.mdwn b/doc/setup/byhand.mdwn index 75a5648d5..f6e0659f1 100644 --- a/doc/setup/byhand.mdwn +++ b/doc/setup/byhand.mdwn @@ -95,7 +95,13 @@ will set everything up. Now you have a basic wiki with a setup file. Time to experiment with ikiwiki's many features. - + +[[!template id="note" text=""" +CGI configuration is heavily dependent on webserver. Figure out (or +configure) the location and/or filename extension your webserver +needs to execute a CGI, then set `cgi_wrapper` to a suitable path. +"""]] + Let's first enable a key wiki feature and set up [[CGI]] to allow editing the wiki from the web. Just edit ikiwiki.setup, uncomment the settings for the `cgi_wrapper`, make sure the filename for the cgi wrapper |