diff options
author | RedMatrix <info@friendica.com> | 2014-10-22 22:32:41 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-10-22 22:32:41 +1100 |
commit | fa7b90d051bca1a652661b68c7ba206e030da96c (patch) | |
tree | 62e5a8d8660e730359944f635dd13491d7a6fe14 /install | |
parent | 3fb0354a55563d80abcccb8d5be77829990afd20 (diff) | |
parent | 4fe86305180914e163deee7cba5fd95cbad3759d (diff) | |
download | volse-hubzilla-fa7b90d051bca1a652661b68c7ba206e030da96c.tar.gz volse-hubzilla-fa7b90d051bca1a652661b68c7ba206e030da96c.tar.bz2 volse-hubzilla-fa7b90d051bca1a652661b68c7ba206e030da96c.zip |
Merge pull request #658 from zzottel/master
document store writability requirements
Diffstat (limited to 'install')
-rw-r--r-- | install/INSTALL.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/install/INSTALL.txt b/install/INSTALL.txt index 8ec919369..cec0b535f 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -101,8 +101,9 @@ directory/path component in the URL) is REQUIRED. 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 - by the webserver. In many shared hosting environments this may be + privilege and knowledge you should make these directories writeable + only by the webserver and, if different, the user that will run the + cron job (see below). In many shared hosting environments this may be difficult without opening a trouble ticket with your provider. The above permissions will allow the software to work, but are not optimal.] |