summaryrefslogtreecommitdiff
path: root/www/p5-Kwiki/MESSAGE
blob: 419b5c53b2405c3b1e2ae91855dcbabc3a24eb85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
===========================================================================
$NetBSD: MESSAGE,v 1.1 2004/12/26 03:58:59 jlam Exp $

To create a Kwiki Wiki:

    (1) Create a directory for your Kwiki.
    (2) Navigate into the new directory and execute "kwiki -new".
    (3) Adjust your web server's configuration run CGI scripts from the
	new directory, e.g. for Apache:

	Alias /kwiki/ /home/www/htdocs/kwiki/
	<Directory /home/www/htdocs/kwiki/>
	    Order allow,deny
	    Allow from all
	    AllowOverride None
	    Options ExecCGI
	    AddHandler cgi-script .cgi
	    DirectoryIndex index.cgi
	</Directory>

===========================================================================