Add database creation explanation
This commit is contained in:
parent
29549a5b57
commit
3ab2ebe1ad
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@ https://houdini.zulipchat.com
|
||||||
Visit the Internationalization channel on Houdini Zulip and discuss
|
Visit the Internationalization channel on Houdini Zulip and discuss
|
||||||
## Dev Setup
|
## 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
|
#### Get the code
|
||||||
`git clone https://github.com/HoudiniProject/houdini`
|
`git clone https://github.com/HoudiniProject/houdini`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue