From 727d5bae9b50a99e590b119c8a1b8f5f0d2d50ff Mon Sep 17 00:00:00 2001 From: Geoffrey Norman Date: Fri, 22 Oct 2021 22:36:15 -0700 Subject: [PATCH] Update README.md small typo > then upde `config/local_env.yml.example` to > You will then have to update the `config/local_env.yml.example` file with the password used when creating the role `nbjc_app`, --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b5589c..e3fb66f 100644 --- a/README.md +++ b/README.md @@ -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 `.