aboutsummaryrefslogtreecommitdiffstats
path: root/SETUP.md
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-08-13 23:35:02 +0200
committerGravatar Johannes Christ <[email protected]>2018-08-13 23:35:02 +0200
commit2e90195e4e66a1754b2e4257e91534e3146c872b (patch)
tree283582420d48d4cc42ed2682c9fc1f0d13f73087 /SETUP.md
parentAdd stub applications `api` and `wiki`. (diff)
Include `CREATEDB` permission necessary for tests.
Diffstat (limited to 'SETUP.md')
-rw-r--r--SETUP.md2
1 files changed, 1 insertions, 1 deletions
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`