From c74fd789935e19074e2799b5201654ffe3bfce5c Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 10 Jul 2014 21:34:52 -0700 Subject: move smarty compiled files to store/[data]/smarty3 - which puts all writeable areas of the server except the config file and logs under the "store" directory. We'll do logs at a future time. --- install/INSTALL.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'install/INSTALL.txt') diff --git a/install/INSTALL.txt b/install/INSTALL.txt index 6080ff6c7..946e83ca3 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -94,13 +94,11 @@ directory/path component in the URL) is REQUIRED. git pull - - make sure folders *view/tpl/smarty3* and *store* exist and are writable by webserver + - make sure folders *store/[data]/smarty3* and *store* exist and are writable by webserver - mkdir view/tpl/smarty3 - mkdir store + mkdir -p "store/\[data\]/smarty3" - chmod 777 view/tpl/smarty3 - chmod 777 store + chmod -R 777 store [This permission (777) is very dangerous and if you have sufficient privilege and knowledge you should make this directory writeable only -- cgit v1.2.3