Add database creation explanation

This commit is contained in:
Eric 2020-04-30 16:18:44 -05:00
parent 29549a5b57
commit 3ab2ebe1ad

View file

@ -30,6 +30,11 @@ https://houdini.zulipchat.com
Visit the Internationalization channel on Houdini Zulip and discuss
## Dev Setup
### Create new postgres user
Run `sudo -u postgres createuser houdini_user -s -P` and then enter a password for the role
## Docker setup
#### Get the code
`git clone https://github.com/HoudiniProject/houdini`