Must be able to wrtie Mason cache directory.
authorMike Taylor <mike@indexdata.com>
Tue, 24 Oct 2006 23:10:43 +0000 (23:10 +0000)
committerMike Taylor <mike@indexdata.com>
Tue, 24 Oct 2006 23:10:43 +0000 (23:10 +0000)
web/conf/README

index 5c5c3ee..d7ab65f 100644 (file)
@@ -1,4 +1,4 @@
-$Id: README,v 1.3 2006-10-24 23:08:03 mike Exp $
+$Id: README,v 1.4 2006-10-24 23:10:43 mike Exp $
 
 To install the web UI (assuming you're using some version of Apache as
 your web server):
@@ -36,7 +36,8 @@ your web server):
        # apt-get install libhtml-mason-perl libapache-request-perl
 
 -- Ensure that the web server can write the HTML::Mason object
-   directory.  For example: "chmod ugo+w data/obj"
+   directory and cache directory.  For example:
+       chmod ugo+w data/obj data/cache
 
 That should be everything: just start Zebra, point your browser to the
 root of your new virtual host, and off you go.