Skip to content

Commit

Permalink
Better wording about composer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bruederli committed Nov 9, 2014
1 parent 0c137f7 commit d4a820e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ REQUIREMENTS
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
Expand Down
4 changes: 3 additions & 1 deletion UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,16 @@ it on a unix system, you need to do the following operations by hand:
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'
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.
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.

Expand Down

0 comments on commit d4a820e

Please sign in to comment.