Update Roundcube to 1.1.1
04-03-2015, 09:13 PM
(This post was last modified: 04-03-2015, 11:31 PM by Active8.)
Has anyone upgraded to this version ?
In zpanel time there was a handy tutorial to update but this gone now, has someone mad this upgrade ?
----------------------DO NOT TRY THIS !!!!!!! ONLY FOR TESTING !!!!!----------------------------------------------------------
EDIT:
Ok found the old howto but it was for the 0.8.5 version changed it bit, can someone check this of it works ? : {{BACKUP FIRST !!!}}
--------------------------------------------
yum install -y wget
cd /etc/sentora/panel/etc/apps
mv webmail webmail_old
wget http://sourceforge.net/projects/roundcub...1.1.tar.gz
tar -zxvf roundcubemail-*.tar.gz
mv roundcubemail-1.1.1 webmail
chmod 777 -R webmail/
chown root:root -R webmail/
cp webmail_old/config/*.php webmail/config/
ln -s /etc/sentora/configs/roundcube/config.inc.php /etc/sentora/panel/etc/apps/webmail/plugins/managesieve/config.inc.php
rm -Rf webmail/installer/
rm -Rf webmail_old
rm roundcubemail-*.tar.gz
In zpanel time there was a handy tutorial to update but this gone now, has someone mad this upgrade ?
----------------------DO NOT TRY THIS !!!!!!! ONLY FOR TESTING !!!!!----------------------------------------------------------
EDIT:
Ok found the old howto but it was for the 0.8.5 version changed it bit, can someone check this of it works ? : {{BACKUP FIRST !!!}}
--------------------------------------------
yum install -y wget
cd /etc/sentora/panel/etc/apps
mv webmail webmail_old
wget http://sourceforge.net/projects/roundcub...1.1.tar.gz
tar -zxvf roundcubemail-*.tar.gz
mv roundcubemail-1.1.1 webmail
chmod 777 -R webmail/
chown root:root -R webmail/
cp webmail_old/config/*.php webmail/config/
ln -s /etc/sentora/configs/roundcube/config.inc.php /etc/sentora/panel/etc/apps/webmail/plugins/managesieve/config.inc.php
rm -Rf webmail/installer/
rm -Rf webmail_old
rm roundcubemail-*.tar.gz