summaryrefslogtreecommitdiff
path: root/www/p5-Kwiki/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Kwiki/MESSAGE')
-rw-r--r--www/p5-Kwiki/MESSAGE21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/p5-Kwiki/MESSAGE b/www/p5-Kwiki/MESSAGE
new file mode 100644
index 00000000000..419b5c53b24
--- /dev/null
+++ b/www/p5-Kwiki/MESSAGE
@@ -0,0 +1,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>
+
+===========================================================================