Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Work around Debian #771047: use a non-blank SVG for the regression test
[git.ikiwiki.info.git]
/
doc
/
setup
/
byhand.mdwn
diff --git
a/doc/setup/byhand.mdwn
b/doc/setup/byhand.mdwn
index 86cff5af4e58696eb8ada93e5b35771406ed421e..6d0f37cd9e05333ea35a211ebdc4ed36e3aabd0f 100644
(file)
--- a/
doc/setup/byhand.mdwn
+++ b/
doc/setup/byhand.mdwn
@@
-93,9
+93,15
@@
will set everything up.
## Turn on additional features.
## Turn on additional 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.
+"""]]
+
Now you have a basic wiki with a setup file. Time to experiment
with ikiwiki's many features.
Now you have a basic wiki with a setup file. Time to experiment
with ikiwiki's many features.
-
+
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
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
@@
-104,7
+110,7
@@
is ok, run `ikiwiki --setup ikiwiki.setup`, and you're done!
There are lots of other configuration options in ikiwiki.setup that you
can uncomment, configure, and enable by re-running
`ikiwiki --setup ikiwiki.setup`. Be sure to browse through all the
There are lots of other configuration options in ikiwiki.setup that you
can uncomment, configure, and enable by re-running
`ikiwiki --setup ikiwiki.setup`. Be sure to browse through all the
-[[plugins]].
.
+[[plugins]].
## Put your wiki in revision control.
## Put your wiki in revision control.