From d79758e846f439f4a2034a4e8920506604eff6b1 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 12 Mar 2008 23:09:59 +0000 Subject: [PATCH] - some basic setup docs --- docs/README.CONFIGURE | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/README.CONFIGURE diff --git a/docs/README.CONFIGURE b/docs/README.CONFIGURE new file mode 100644 index 00000000..c9b1b51b --- /dev/null +++ b/docs/README.CONFIGURE @@ -0,0 +1,11 @@ +You will need either a custom authentification module or a working "users.auth.php" +in "dw/conf/users.auth.php". A normal dokuwiki install will generate one using the +credentials you used during the install. + +To use the CVS authtentification module, an environment variable is required, its +name is "dokuwikitoken". See the sample lighttpd.conf for an example (or use +SetEnv in Apache). + +There is no data in cvs. The data is only available on the server and backup many +times daily. If you need sample data using the production documents, please contact +the php webmaster list.