phpPgAdmin 4.x for Debian 快速安裝使用
1.安裝套件:
#apt-get install phppgadmin
(packages 的相依性由 Debian 解決)
2.相關目錄說明:
/etc/phppgadmin/ :主要組態檔位置.
- config.inc.php : PostgreSQL 連結設定.
- apache.conf : Apache 用的 url 及 IP 限制設定.
3.將 Apache2 的配置檔軟連結給 Apache2 的 site:
#ln -s /etc/phppgadmin/apache.conf /etc/apache2/sites-enabled/001-phppgadmin
4.重新載入Apache2
#/etc/init.d/apache2 restart
5.完成
http://[localhost]/phppgadmin
注意事項
----------------------------------
1.自行升級到4.1+, 需留意
config.inc.php
$conf['servers'][0]['host'] = ' '; (預設是空的, 要填IP)
/usr/share/phppgadmin/conf/config.inc.php 要能連結到
沒有留言:
張貼留言