Changes between Version 16 and Version 17 of how-to/roundcube-upgrade
- Timestamp:
- Oct 19, 2022, 6:26:25 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
how-to/roundcube-upgrade
v16 v17 10 10 == Basic Setup (only needed once) == 11 11 12 *Create a roundcube directory on your local machine, initialize git and set your various remotes:12 Create a roundcube directory on your local machine, initialize git and set your various remotes: 13 13 {{{ 14 14 git clone https://github.com/roundcube/roundcubemail roundcube … … 37 37 Note: Firt do everything in the dev directory as the roundcube-dev user. After testing, repeat for the live site. 38 38 39 {{{ 39 40 USER=roundube-dev 40 41 DIR=/srv/roundcube-dev … … 71 72 php ./bin/indexcontacts.sh 72 73 74 }}}