Changes between Version 18 and Version 19 of how-to/roundcube-upgrade


Ignore:
Timestamp:
Oct 23, 2022, 12:40:43 PM (3 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • how-to/roundcube-upgrade

    v18 v19  
    6868# See https://craftcms.stackexchange.com/questions/36551/unknown-package-has-no-name-defined-composer-error-on-upgrade
    6969composer install --no-dev
     70# managesieve
     71cp 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;
    7076# javascript dependencies
    7177php bin/install-jsdeps.sh