Homepage: PowerAdmin
- Install Web Server :
# yum install php php-common php-gd php-mbstring php-mcrypt
- PostgreSQL을 Backend로 쓸때
# yum install php-pgsql php-pear-MDB2-Driver-pgsql
- MySQL을 Backend로 쓸때
# yum install php-mysql php-pear-MDB2-Driver-mysql
- PostgreSQL을 Backend로 쓸때
- PowerAdmin Download : Link
- Extract files
# tar zxvf poweradmin-
2.1
.
5
.tgz -C /var/www/html/
# cd /var/www/html
# ln -s poweradmin-
2.1
.
5
poweradmin
# chown -R root:root poweradmin*
# cp /var/www/html/poweradmin/inc/config-me.inc.php /var/www/html/poweradmin/inc/config.inc.php
# chcon -R -u system_u -t httpd_sys_content_t poweradmin*
- Install
http://<IP>/poweradmin/install
No comments:
Post a Comment