summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-11-09 16:03:47 +0100
committerAleksander Machniak <alec@alec.pl>2014-11-09 16:03:47 +0100
commit0b39f6de6a5df48e428f85ee2e02cb9fb61cd8f1 (patch)
treeb9ed1734de4a97075ec2df82437cb06f2b908298 /UPGRADING
parenta16cf3bb7cdae47b4729365593bb0b3a43c5c466 (diff)
parentd4a820ed2b47d43c57aa16e65dee778be2426ba6 (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING9
1 files changed, 6 insertions, 3 deletions
diff --git a/UPGRADING b/UPGRADING
index 86ddde620..358e2669f 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -40,15 +40,18 @@ 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
+ ./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'
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. 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.
Post-Upgrade Activities