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.

This commit is contained in:
friendica
2014-07-10 21:34:52 -07:00
parent f2c54cfcaf
commit c74fd78993
11 changed files with 37 additions and 32 deletions

View File

@@ -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