diff options
author | Matt Smith <mcs@darkregion.net> | 2011-04-08 11:03:51 -0500 |
---|---|---|
committer | Matt Smith <mcs@darkregion.net> | 2011-04-08 11:03:51 -0500 |
commit | 02eb37f59a022e9f1563d1f766a9cbbfe2bec863 (patch) | |
tree | 020b29a5a08fcf2e6d25c764fb07ad77be0b347e /testing/phppgadmin/phppgadmin.post-install | |
parent | 9f1962e5b670dece0c31d8431df013dbe87c4a60 (diff) | |
download | aports-02eb37f59a022e9f1563d1f766a9cbbfe2bec863.tar.bz2 aports-02eb37f59a022e9f1563d1f766a9cbbfe2bec863.tar.xz |
testing/phppgadmin: new aport
A Web-based PHP tool for administering PostgreSQL
http://phppgadmin.sourceforge.net/
Diffstat (limited to 'testing/phppgadmin/phppgadmin.post-install')
-rw-r--r-- | testing/phppgadmin/phppgadmin.post-install | 16 |
1 files changed, 16 insertions, 0 deletions
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 |