README 656 B

123456789101112131415161718
  1. $OpenBSD: README,v 1.1 2012/09/10 09:16:34 jasper Exp $
  2. +-----------------------------------------------------------------------
  3. | Running ${FULLPKGNAME} on OpenBSD
  4. +-----------------------------------------------------------------------
  5. The phpPgAdmin has been installed into ${INSTDIR}
  6. You should point this to the DocumentRoot of your web-server:
  7. # ln -s ../phpPgAdmin /var/www/htdocs/phpPgAdmin
  8. (make sure you use a relative symlink since Apache is chrooted)
  9. You can ensure you have a working install by accessing:
  10. http://<localhost>/phpPgAdmin/index.php
  11. You need to modify ${INSTDIR}/conf/config.inc.php according
  12. to your database(s) settings