pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-Kwiki Add a message file with brief instruction...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6d3b9cb692bb
branches: trunk
changeset: 486289:6d3b9cb692bb
user: jlam <jlam%pkgsrc.org@localhost>
date: Sun Dec 26 03:58:59 2004 +0000
description:
Add a message file with brief instructions on creating a Kwiki Wiki.
diffstat:
www/p5-Kwiki/MESSAGE | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diffs (25 lines):
diff -r 31db39b874d3 -r 6d3b9cb692bb www/p5-Kwiki/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Kwiki/MESSAGE Sun Dec 26 03:58:59 2004 +0000
@@ -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>
+
+===========================================================================
Home |
Main Index |
Thread Index |
Old Index