Changes between Version 18 and Version 19 of how-to/roundcube-upgrade
- Timestamp:
- Oct 23, 2022, 12:40:43 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
how-to/roundcube-upgrade
v18 v19 68 68 # See https://craftcms.stackexchange.com/questions/36551/unknown-package-has-no-name-defined-composer-error-on-upgrade 69 69 composer install --no-dev 70 # managesieve 71 cp plugins/managesieve/config.inc.php.dist plugins/managesieve/config.inc.php 72 # Ensure the following values are set: 73 # $config['managesieve_port'] = 4190; 74 # $config['managesieve_host'] = 'mail.mayfirst.org'; 75 # $config['managesieve_usetls'] = true; 70 76 # javascript dependencies 71 77 php bin/install-jsdeps.sh