Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* Check all your users and roles using the `\du;` postgres command
* If you don't have a user you can create one by using the postgres command `CREATE USER new_user with PASSWORD 'your_super_secret_password';`
* Create the role and password for the app using `CREATE ROLE nbjc_app LOGIN SUPERUSER PASSWORD 'YOUR_PASSWORD_HERE';`
> :exclamation: NOTE: You will have to then upde `config/local_env.yml.example` file with the password used for the role `nbjc_app` in the last step, otherwise it will think your database password is literally 'password' as that is the assumed default password in `config/database.yml`
> :exclamation: NOTE: You will then have to update the `config/local_env.yml.example` file with the password used when creating the role `nbjc_app`, otherwise it will think your database password is literally 'password' as that is the assumed default password in `config/database.yml`

- Start the services.
> If you installed these with `brew`, you can start them with `brew services start <SERVICE>`.
Expand Down