From d1f082193d75e6f5f241387970c02c41ef8d79c9 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Sat, 21 Feb 2009 19:06:30 +0000 Subject: [PATCH] added several more writable directories --- contrib/util/installScripts/cvsDemoInstall | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/util/installScripts/cvsDemoInstall b/contrib/util/installScripts/cvsDemoInstall index 5bdc007f4..059f31e1e 100644 --- a/contrib/util/installScripts/cvsDemoInstall +++ b/contrib/util/installScripts/cvsDemoInstall @@ -11,7 +11,7 @@ # # #This script is called by the the OpenEMR CVS demo and developer appliance. -# It will install/configure an already downloaded CVS version of OpenEMR. +# It will configure OpenEMR (bypassing setup.php). # Logs errors # @@ -43,6 +43,8 @@ chmod 666 $OPENEMR/gacl/gacl.class.php chmod 666 $OPENEMR/interface/globals.php chown -R apache:apache $OPENEMR/documents chown -R apache:apache $OPENEMR/edi +chown -R apache:apache $OPENEMR/era +chown -R apache:apache $OPENEMR/custom/letter_templates chown -R apache:apache $OPENEMR/interface/main/calendar/modules/PostCalendar/pntemplates/cache chown -R apache:apache $OPENEMR/interface/main/calendar/modules/PostCalendar/pntemplates/compiled chown -R apache:apache $OPENEMR/gacl/admin/templates_c -- 2.11.4.GIT