diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2014-11-09 15:36:52 +0100 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2014-11-09 15:36:57 +0100 |
commit | 0c137f7dace052015757ad49ff82bdbfb5f089d5 (patch) | |
tree | 754d1690a907a4c62ae6f24793d1a93b4f50166a /UPGRADING | |
parent | a7a778c157426f12f176648802a51c5e5397a81a (diff) |
Consider composer.json dependencies in installation and upgrading instructions and scripts
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -40,15 +40,16 @@ it on a unix system, you need to do the following operations by hand: directory into the target folder: ./skins/ ./plugins/ -4. Run ./bin/update.sh from the commandline OR +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' to true in your local config/config.inc.php file. 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. -6. Make sure 'enable_installer' is set to false again. -7. See Post-Upgrade Activities section. +5. 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. Post-Upgrade Activities |