diff options
author | friendica <info@friendica.com> | 2014-01-08 18:20:47 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-08 18:20:47 -0800 |
commit | 352e4dc21b77410ffbf01cca499b86709b4be43e (patch) | |
tree | 50ebe42d770f8a0eb67fdd3d3e7eb85ba2f4f602 /install | |
parent | 6eda8064449d154614345e9bd867dce2faba0deb (diff) | |
download | volse-hubzilla-352e4dc21b77410ffbf01cca499b86709b4be43e.tar.gz volse-hubzilla-352e4dc21b77410ffbf01cca499b86709b4be43e.tar.bz2 volse-hubzilla-352e4dc21b77410ffbf01cca499b86709b4be43e.zip |
add store directory write check to install checks
Diffstat (limited to 'install')
-rw-r--r-- | install/INSTALL.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/install/INSTALL.txt b/install/INSTALL.txt index ee029f0ee..500abb0f9 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -74,11 +74,13 @@ directory/path component in the URL) is REQUIRED. git pull - - make sure folder *view/tpl/smarty3* exists and is writable by webserver + - make sure folders *view/tpl/smarty3* and *store* exist and are writable by webserver mkdir view/tpl/smarty3 + mkdir store chmod 777 view/tpl/smarty3 + chmod 777 store [This permission (777) is very dangerous and if you have sufficient privilege and knowledge you should make this directory writeable only |