You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,11 @@ docker-compose -f docker-dev.yml up
157
157
158
158
When finished, use `docker-compose down` to gracefully stop the running containers.
159
159
160
+
In order to not get Postgres connection error upon signing a submission, you may want to start up the keycloak image as well.
161
+
```shell
162
+
docker-compose up keycloak
163
+
```
164
+
Not having the keycloak image running will produce an error in the console, but will not cause the platform to crash.
160
165
161
166
#### Running the API
162
167
@@ -214,13 +219,13 @@ The Filing API will run on `$(docker-machine ip):8080`
214
219
The Public API will run on `$(docker-machine ip):8082`
215
220
216
221
By default, the `HDMA Platform` runs with a log level of `INFO`. This can be changed by establishing a different log level in the `HMDA_LOGLEVEL` environment variable.
217
-
For the different logging options, see the [reference.conf](https://github.com/akka/akka/blob/master/akka-actor/src/main/resources/reference.conf#L38) default configuration file for `Akka`.
222
+
For the different logging options, see the [reference.conf](https://github.com/akka/akka/blob/master/akka-actor/src/main/resources/reference.conf#L38) default configuration file for `Akka`.
218
223
219
224
#### To run the entire platform
220
225
221
226
1. Ensure you have a Docker Machine with sufficient resources, as described in the [Docker](#docker) section above.
222
227
223
-
1. Clone [hmda-platform-ui](https://github.com/cfpb/hmda-platform-ui) and
228
+
1. Clone [hmda-platform-ui](https://github.com/cfpb/hmda-platform-ui) and
224
229
[hmda-platform-auth](https://github.com/cfpb/hmda-platform-auth) into the same
225
230
directory as hmda-platform.
226
231
@@ -270,7 +275,7 @@ For the different logging options, see the [reference.conf](https://github.com/a
270
275
**Note:** You must register with an email address from our whitelist of email domains.
271
276
For convenience, `bank0.com` and `bank1.com` address should be available automatically.
272
277
273
-
1. Browse to the mock email server at https://192.168.99.100:8443/mail/, and select the
278
+
1. Browse to the mock email server at https://192.168.99.100:8443/mail/, and select the
274
279
verification link in the email found there. This should take you back to the HMDA
275
280
filing web app, now logged in.
276
281
@@ -281,7 +286,7 @@ For the different logging options, see the [reference.conf](https://github.com/a
281
286
282
287
##### Updating an existing system
283
288
284
-
If you've updated any of the hmda-platform services, and would like to see those
289
+
If you've updated any of the hmda-platform services, and would like to see those
285
290
changes reflected in the Docker Compose setup, the simplest way to do this is to
286
291
rebuild everything from scratch. The following command should be executed from
0 commit comments