Thomas Bruederli
2014-11-09 d4a820ed2b47d43c57aa16e65dee778be2426ba6
Better wording about composer dependency
2 files modified
6 ■■■■■ changed files
INSTALL 2 ●●● patch | view | raw | blame | history
UPGRADING 4 ●●● patch | view | raw | blame | history
INSTALL
@@ -39,7 +39,7 @@
  or SQLite support in PHP
* One of the above databases with permission to create tables
* An SMTP server (recommended) or PHP configured for mail delivery
* Composer installed either locally or globally
* Composer installed either locally or globally (https://getcomposer.org)
INSTALLATION
UPGRADING
@@ -40,6 +40,7 @@
   directory into the target folder:
   ./skins/
   ./plugins/
   ./vendor/
4. Run `./bin/update.sh` from the commandline OR
   open http://url-to-roundcube/installer/ in a browser and choose "3 Test config".
   To enable the latter one, you have to temporary set 'enable_installer'
@@ -47,7 +48,8 @@
   WARNING: See SQLite database upgrade below.
5. Let the update script/installer check your configuration and
   update your config files and database schema as suggested by the updater.
5. Update dependencies by running `php composer.phar update --no-dev`
5. If you previously installed plugins through composer, update dependencies
   by running `php composer.phar update --no-dev`
7. Make sure 'enable_installer' is set to false again.
8. See Post-Upgrade Activities section.