aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 4789066f..23e30b09 100755
--- a/install.sh
+++ b/install.sh
@@ -2,6 +2,9 @@
# Installation of PostgreSQL
sudo apt-get install postgresql postgresql-server-dev-9.1 postgresql-client
+#sudo -u postgres createuser
+#createdb pyAggr3g470r
+#sudo -u postgres psql
# Python dependencies
sudo apt-get install -y python-pip
bgstack15