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. --- doc/Install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/Install.md') diff --git a/doc/Install.md b/doc/Install.md index 8adfe3ccd..1ff6e69e7 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -49,11 +49,11 @@ you might have trouble getting everything to work.] `git pull` - - make sure folder *view/tpl/smarty3* exists and is writable by webserver + - make sure folder *store/[data]/smarty3* exists and is writable by webserver - `mkdir view/tpl/smarty3` + `mkdir -p "store/\[data\]/smarty3"` - `chmod 777 view/smarty3` + `chmod 777 "store/\[data\]/smarty3"` - For installing addons -- cgit v1.2.3