View Single Post
Old 01-20-2011, 11:15 PM   #4
Junior Member
 
Join Date: Jan 2011
Posts: 3
nick is on a distinguished road
Default

Here is what I did (roughly)
Quote:
Originally Posted by slava View Post
For CentOS 5.x:

1. Install EPEL repository
Code:
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
or for x64 architecture (you can check it by uname -a command)
Code:
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
2. Update RPM and ISPmanager caches
Code:
yum makecache
/usr/local/ispmgr/sbin/pkgctl cache
3. Install PhpMyAdmin via Applications menu
I think I had to run
Code:
killall ispmgr
This was required to show the phpmyadmin option in applications.

Hope this helps
nick is offline   Reply With Quote