diff options
author | 2018-08-13 23:35:02 +0200 | |
---|---|---|
committer | 2018-08-13 23:35:02 +0200 | |
commit | 2e90195e4e66a1754b2e4257e91534e3146c872b (patch) | |
tree | 283582420d48d4cc42ed2682c9fc1f0d13f73087 | |
parent | Add stub applications `api` and `wiki`. (diff) |
Include `CREATEDB` permission necessary for tests.
-rw-r--r-- | SETUP.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |