From 3ab2ebe1ad9bd9168091040e37a28668e0b9a356 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 30 Apr 2020 16:18:44 -0500 Subject: [PATCH] Add database creation explanation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7c859788..d9ac0bb5 100644 --- a/README.md +++ b/README.md @@ -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`