Difference between revisions of "Sentora upgrade phpmyadmin roundcube"

From MS Computech
Jump to: navigation, search
 
Line 1: Line 1:
PHPMYADMIN Upgrade Sentora
+
<h3>PHPMYADMIN Upgrade Sentora</h3>
 
<br>
 
<br>
 
1 - Download: http://www.phpmyadmin.net/home_page/downloads.php<br>
 
1 - Download: http://www.phpmyadmin.net/home_page/downloads.php<br>
Line 9: Line 9:
 
===================
 
===================
  
Upgrade Roundcube Sentora
+
<h3>Upgrade Roundcube Sentora</h3>
 
 
 
<pre>
 
<pre>
 
yum install -y wget
 
yum install -y wget

Latest revision as of 16:46, 29 January 2017

PHPMYADMIN Upgrade Sentora


1 - Download: http://www.phpmyadmin.net/home_page/downloads.php
2 - Replace the files: /etc/sentora/panel/etc/apps/phpmyadmin
3 - Keep the file intact: config.inc.php
Simple
Now acess: http://yourhost.com/etc/apps/phpmyadmin

=======

Upgrade Roundcube Sentora

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

Snifer (talk) 09:44, 29 January 2017 (UTC)