openbsd-ports/www/phppgadmin/pkg/MESSAGE
alek 8a67c168e3 Import phpPgAdmin 3.4.1; from Denis Chatelain <listes@octopodus.com>
phpPgAdmin can manage a whole PostgreSQL server (needs a super-user)
as well as a single database. To accomplish the latter you'll need a
properly set up PostgreSQL user who can read/write only the desired
database. It's up to you to look up the appropriate part in the
PostgreSQL manual.

looks ok naddy@, ok sturm@
2004-11-10 07:41:56 +00:00

12 lines
416 B
Plaintext

The phpPgAdmin has been installed into ${INSTDIR}
You should point this to the DocumentRoot of your web-server:
# ln -s ../phpPgAdmin /var/www/htdocs/phpPgAdmin
(make sure you use a relative symlink since Apache is chrooted)
You can ensure you have a working install by accessing:
http://<localhost>/phpPgAdmin/index.php
You need to modify ${INSTDIR}/conf/config.inc.php according
to your database(s) settings