From 2e90195e4e66a1754b2e4257e91534e3146c872b Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Mon, 13 Aug 2018 23:35:02 +0200 Subject: Include `CREATEDB` permission necessary for tests. --- SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SETUP.md') diff --git a/SETUP.md b/SETUP.md index 93a9d193..dd974338 100644 --- a/SETUP.md +++ b/SETUP.md @@ -2,7 +2,7 @@ *to be put on the wiki* - `pipenv sync` -- `psql -c 'CREATE USER pysite;'` +- `psql -c 'CREATE USER pysite WITH CREATEDB;'` - `psql -c 'CREATE DATABASE pysite OWNER pysite;'` - `echo 'DEBUG=1' >> .env` - `echo 'DATABASE_URL=postgres://pysite:@localhost/pysite' >> .env` -- cgit v1.2.3