Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-11-24 14:18:07 +0300
committerAleksander Machniak <alec@alec.pl>2019-11-24 14:18:07 +0300
commit2321bce4694ee9f155284a7b8c55637c47672e79 (patch)
tree83965da46b9b8e741c7273a7f08bfee7f3dc9d61 /INSTALL
parent04aff2efa380ef3c55020764c6b07377aa0a1414 (diff)
Add notes about file ownership (#7009)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 4c7c9b15a..78be45b54 100644
--- a/INSTALL
+++ b/INSTALL
@@ -44,7 +44,9 @@ REQUIREMENTS
INSTALLATION
============
-1. Decompress and put this folder somewhere inside your document root
+1. Decompress and put this folder somewhere inside your document root.
+ Note: Make sure files have proper owner/group for your setup. If you use
+ tar command `--no-same-owner` option might be helpful.
2. In case you don't use the so-called "complete" release package,
you have to install PHP and javascript dependencies.
2.1. Install PHP dependencies using composer:
@@ -78,7 +80,7 @@ CONFIGURATION HINTS
IMPORTANT! Read all comments in defaults.inc.php, understand them
and configure your installation to be not surprised by default behaviour.
-Roundcube writes internal errors to the 'errors' log file located in the logs
+Roundcube writes internal errors to the 'errors.log' log file located in the logs
directory which can be configured in config/config.inc.php. If you want ordinary
PHP errors to be logged there as well, set error_log in php.ini or .htaccess file.