Add notes about file ownership (#7009)

pull/7066/head
Aleksander Machniak 5 years ago
parent 04aff2efa3
commit 2321bce469

@ -44,7 +44,9 @@ REQUIREMENTS
INSTALLATION 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, 2. In case you don't use the so-called "complete" release package,
you have to install PHP and javascript dependencies. you have to install PHP and javascript dependencies.
2.1. Install PHP dependencies using composer: 2.1. Install PHP dependencies using composer:
@ -78,7 +80,7 @@ CONFIGURATION HINTS
IMPORTANT! Read all comments in defaults.inc.php, understand them IMPORTANT! Read all comments in defaults.inc.php, understand them
and configure your installation to be not surprised by default behaviour. 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 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. PHP errors to be logged there as well, set error_log in php.ini or .htaccess file.

@ -20,6 +20,8 @@ target location and check and update the configuration and database schema.
After all is done, the temporary folder with the new Roundcube files can be After all is done, the temporary folder with the new Roundcube files can be
removed again. removed again.
WARNING: Make sure files have proper owner/group for your setup. If you use
tar to extract the package, `--no-same-owner` option might be helpful.
WARNING: See Post-Upgrade Activities section below. WARNING: See Post-Upgrade Activities section below.

Loading…
Cancel
Save