Difference between revisions of "Sentora upgrade phpmyadmin roundcube"

From MS Computech
Jump to: navigation, search
(Created page with "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 int...")
 
Line 1: Line 1:
 
PHPMYADMIN Upgrade Sentora
 
PHPMYADMIN Upgrade Sentora
 
+
<br>
1 - Download: http://www.phpmyadmin.net/home_page/downloads.php
+
1 - Download: http://www.phpmyadmin.net/home_page/downloads.php<br>
2 - Replace the files: /etc/sentora/panel/etc/apps/phpmyadmin
+
2 - Replace the files: /etc/sentora/panel/etc/apps/phpmyadmin<br>
3 - Keep the file intact: config.inc.php
+
3 - Keep the file intact: config.inc.php<br>
Simple
+
Simple<br>
 
+
Now acess: http://yourhost.com/etc/apps/phpmyadmin<br>
Now acess: http://yourhost.com/etc/apps/phpmyadmin
 
  
 
===================
 
===================

Revision as of 16:45, 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)