Changes between Version 16 and Version 17 of how-to/roundcube-upgrade


Ignore:
Timestamp:
Oct 19, 2022, 6:26:25 PM (3 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

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

    v16 v17  
    1010== Basic Setup (only needed once) ==
    1111
    12  * Create a roundcube directory on your local machine, initialize git and set your various remotes:
     12Create a roundcube directory on your local machine, initialize git and set your various remotes:
    1313   {{{
    1414git clone https://github.com/roundcube/roundcubemail roundcube
     
    3737Note: Firt do everything in the dev directory as the roundcube-dev user. After testing, repeat for the live site.
    3838
     39{{{
    3940USER=roundube-dev
    4041DIR=/srv/roundcube-dev
     
    7172php ./bin/indexcontacts.sh
    7273
     74}}}