Upgrading Roundcube Webmail in CWP

Upgrading Instruction: cd /usr/local/cwpsrv/var/services cp -R roundcube /root/ git clone https://github.com/roundcube/roundcubemail.git cd roundcubemail bin/installto.sh...

One Min Read
577 Views

Upgrading Instruction:

cd /usr/local/cwpsrv/var/services
cp -R roundcube /root/
git clone https://github.com/roundcube/roundcubemail.git
cd roundcubemail
bin/installto.sh /usr/local/cwpsrv/var/services/roundcube
cd ..
chown -R cwpsvc:cwpsvc roundcube
rm -rf roundcubemail

Exit mobile version