commit 54f6e364199705a1d434080cc65642527e1dc5d4
parent 694e1580c9ee1efcf3076a62078125fd771387ec
Author: uriel@soma <unknown>
Date: Wed, 25 Feb 2009 17:04:00 +0000
Mention file perms in readme.
Diffstat:
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/README b/README
@@ -20,7 +20,12 @@ Instructions:
Untar, configure httpd to use bin/werc.rc as a cgi-script, and create a
directory for your web site under sites/ where you can start to add content
-right away.
+right away.
+
+If you will want to allow updates via the web interface (eg., for wiki or
+comments apps) make sure all files under sites/ are writable by the user your
+cgi will run as, usually www-data, for example by doing: chown -R :www-data
+sites/; chmod -R g+w sites/
If your Plan 9 from User Space installation is located somewhere else than the
standard /usr/local/plan9/ you will need to edit the first line of bin/werc.rc