From 02eb37f59a022e9f1563d1f766a9cbbfe2bec863 Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Fri, 8 Apr 2011 11:03:51 -0500 Subject: testing/phppgadmin: new aport A Web-based PHP tool for administering PostgreSQL http://phppgadmin.sourceforge.net/ --- testing/phppgadmin/phppgadmin.post-install | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 testing/phppgadmin/phppgadmin.post-install (limited to 'testing/phppgadmin/phppgadmin.post-install') diff --git a/testing/phppgadmin/phppgadmin.post-install b/testing/phppgadmin/phppgadmin.post-install new file mode 100644 index 0000000000..f9650a192a --- /dev/null +++ b/testing/phppgadmin/phppgadmin.post-install @@ -0,0 +1,16 @@ +#!/bin/sh + +echo "*" >&2 +echo "* phppgadmin has been installed to:" >&2 +echo "* /usr/share/webapps/phppgadmin" >&2 +echo "* phppgadmin config file has been installed to:" >&2 +echo "* /etc/phppgadmin/config.inc.php" >&2 +echo "* If you use apache2:" >&2 +echo "* 1) Change the ownership of the config directory:" >&2 +echo "* chown -R apache:apache /etc/phppgadmin" >&2 +echo "* 2) See if you need to modify the apache2 config:" >&2 +echo "* /etc/apache2/conf.d/phppgadmin.conf" >&2 +echo "* 3) Restart apache2 when done." >&2 +echo "*" >&2 + +exit 0 -- cgit v1.2.3