From 44fea0a2dead29a613d89ea609f478b0bd2fc272 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Wed, 5 Dec 2018 11:17:49 -0500 Subject: [PATCH] Install phppgadmin on the VM. Add some lines to the RUNASROOT part of buildeg.sh to install phppgadmin and configure it to all connections from anywhere. Signed-off-by: Jason Stephenson --- scripts/postbuild.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/postbuild.sh b/scripts/postbuild.sh index 42a2fcf..223cfab 100755 --- a/scripts/postbuild.sh +++ b/scripts/postbuild.sh @@ -152,6 +152,10 @@ fi a2dissite 000-default a2ensite evergreen +# Install phppgadmin +apt -y install phppgadmin +sed -e 's/local\\\$/all granted/' -i /etc/apache2/conf-available/phppgadmin.conf + echo /opensrf/lib > /etc/ld.so.conf.d/opensrf.conf ldconfig -- 2.11.0