Sha256: 58871d02690b6c4571846602e4705a7385633af9912ee50a3de6e0048bf17dee

Contents?: true

Size: 321 Bytes

Versions: 10

Compression:

Stored size: 321 Bytes

Contents

#!/bin/bash

sudo apt-get install postgresql-9.3 phppgadmin
sudo cp /etc/apache2/conf.d/phppgadmin /etc/apache2/conf-available/phppgadmin.conf
sudo sed -i -e "s/allow from 127.0.0.0\/255.0.0.0 ::1\/128/allow from all/g" /etc/apache2/conf-available/phppgadmin.conf
sudo a2enconf phppgadmin.conf
sudo service apache2 reload

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bonethug-0.0.99 scripts/postgres
bonethug-0.0.98 scripts/postgres
bonethug-0.0.97 scripts/postgres
bonethug-0.0.96 scripts/postgres
bonethug-0.0.95 scripts/postgres
bonethug-0.0.93 scripts/postgres
bonethug-0.0.92 scripts/postgres
bonethug-0.0.91 scripts/postgres
bonethug-0.0.90 scripts/postgres
bonethug-0.0.89 scripts/postgres