Moved to images

This commit is contained in:
Fergal Moran
2015-10-30 10:56:12 +00:00
parent 6895cbea1a
commit a307403034
25 changed files with 1084 additions and 1078 deletions

3
postgres/scaffold_db.sh Executable file → Normal file
View File

@@ -1,5 +1,6 @@
#!/bin/bash
sudo -u postgres psql -h 127.0.0.1 -c "CREATE DATABASE deepsouthsounds"
sudo -u postgres psql -h 127.0.0.1 -c "CREATE USER deepsouthsounds WITH PASSWORD 'deepsouthsounds'"
sudo -u postgres psql -h 127.0.0.1 -c "CREATE DATABASE deepsouthsounds OWNER deepsouthsounds"
sudo -u postgres psql -h 127.0.0.1 deepsouthsounds < /home/fergalm/Dropbox/dss.sql
sudo -u postgres psql -h 127.0.0.1 deepsouthsounds < /tmp/20151025-203518.sql