Line 20: |
Line 20: |
| === Installation === | | === Installation === |
| | | |
− | = '''For SME8''' = | + | = '''For SME10''' = |
− | This contrib can be found in the smecontribs repository. To install this contrib you will have to get shell access as root user, and issue the following command:
| |
− | yum --enablerepo=smecontribs install smeserver-phpmyadmin
| |
| | | |
− | On sme8 this will also install the dependencies libmcrypt, php53-mcrypt, php53-php-gettext & phpMyAdmin3
| |
| | | |
− | then do either | + | yum install --enablerepo=smecontribs smeserver-phpmyadmin |
| + | then reconfigure |
| signal-event post-upgrade; signal-event reboot | | signal-event post-upgrade; signal-event reboot |
− | or | + | or if you don't want to restart your server |
− | expand-template /etc/phpMyAdmin/config.inc.php | + | signal-event phpmyadmin-update |
− | expand-template /etc/httpd/conf/httpd.conf
| |
− | service httpd-e-smith restart
| |
| | | |
| = '''For SME9''' = | | = '''For SME9''' = |
Line 42: |
Line 38: |
| signal-event phpmyadmin-update | | signal-event phpmyadmin-update |
| | | |
− | = '''For SME10''' = | + | = '''For SME8''' = |
| + | This contrib can be found in the smecontribs repository. To install this contrib you will have to get shell access as root user, and issue the following command: |
| + | yum --enablerepo=smecontribs install smeserver-phpmyadmin |
| | | |
| + | On sme8 this will also install the dependencies libmcrypt, php53-mcrypt, php53-php-gettext & phpMyAdmin3 |
| | | |
− | yum install --enablerepo=smecontribs,epel smeserver-phpmyadmin
| + | then do either |
− | then reconfigure | |
| signal-event post-upgrade; signal-event reboot | | signal-event post-upgrade; signal-event reboot |
− | or if you don't want to restart your server | + | or |
− | signal-event phpmyadmin-update | + | expand-template /etc/phpMyAdmin/config.inc.php |
− | | + | expand-template /etc/httpd/conf/httpd.conf |
| + | service httpd-e-smith restart |
| | | |
| <headertabs/> | | <headertabs/> |