From f6504d450f7494d95e8c79f827f7c3084a6c5892 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 24 Oct 2006 23:10:43 +0000 Subject: [PATCH] Must be able to wrtie Mason cache directory. --- web/conf/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/conf/README b/web/conf/README index 5c5c3ee..d7ab65f 100644 --- a/web/conf/README +++ b/web/conf/README @@ -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. -- 1.7.10.4