-
安装PostgreSQL软件包
代码 (Text):yum install --enablerepo=remi postgresql postgresql-server postgresql-contrib phpPgAdmin
-
初始化数据库
代码 (Text):service postgresql initdb
-
下载HBA配置文件
代码 (Text):wget http://c.vestacp.com/0.9.8/rhel/pg_hba.conf -O /var/lib/pgsql/data/pg_hba.conf
-
启动PostgreSQL
代码 (Text):service postgresql start
-
设置Oracle用户密码
代码 (Text):su - postgres
psql -c "ALTER USER postgres WITH PASSWORD 'pgp4sw0rd'"
exit - 开启VestaCP的PostgreSQL支持:将/usr/local/vesta/conf/vesta.conf中的DB_SYSTEM设置为 'mysql,pgsql'
-
添加PostgreSQL数据库到VestaCP控制台
代码 (Text):v-add-database-host pgsql localhost postgres pgp4sw0rd
-
下载PhpPGAdmin的配置文件
代码 (Text):wget http://c.vestacp.com/0.9.8/rhel/pga.conf -O /etc/phpPgAdmin/config.inc.php
wget http://c.vestacp.com/0.9.8/rhel/httpd-pga.conf -O /etc/httpd/conf.d/phpPgAdmin.conf -
重启Apache
代码 (Text):service httpd restart
-
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容