Skip to content

Commit

Permalink
Merge pull request #1 from jwalgran/topic/create-vagrant-database
Browse files Browse the repository at this point in the history
Create vagrant database
  • Loading branch information
maurizi committed Nov 21, 2014
2 parents 21f4d5c + 2c46ba3 commit a6991df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ sudo ln -sf /usr/share/postgresql-common/pg_wrapper /usr/local/bin/raster2pgsql

sudo -u postgres psql -c 'CREATE ROLE vagrant WITH superuser;'
sudo -u postgres psql -c 'ALTER ROLE vagrant LOGIN;'
sudo -u postgres psql -c 'CREATE DATABASE vagrant WITH OWNER vagrant;'

0 comments on commit a6991df

Please sign in to comment.