@@ -254,7 +254,7 @@ The Public API will run on `$(docker-machine ip):8082`
254
254
1 . Browse to the app at http://192.168.99.100 .
255
255
1 . Select the "Login" button. This will redirect your browser to the Keycloak login screen.
256
256
1 . Select "create and account" on the login screen.
257
- 1 . Entry you account information and select "Register".
257
+ 1 . Enter you account information and select "Register".
258
258
259
259
** Note:** You must register with an email address from our whitelist of email domains.
260
260
For convenience, ` bank0.com ` and ` bank1.com ` address should be available automatically.
@@ -275,16 +275,14 @@ changes reflected in the Docker Compose setup, the simplest way to do this is to
275
275
rebuild everything from scratch. The following command should be executed from
276
276
within the ` hmda-platform ` directory.
277
277
278
- ``` shell
279
- docker-compose stop -t0 && \
280
- docker-compose rm -vf && \
281
- cd ../hmda-platform-ui && \
282
- yarn && \
283
- cd ../hmda-platform && \
284
- sbt clean assembly && \
285
- docker-compose build --no-cache && \
286
- docker-compose up
287
- ```
278
+ docker-compose stop -t0 && \
279
+ docker-compose rm -vf && \
280
+ cd ../hmda-platform-ui && \
281
+ yarn && \
282
+ cd ../hmda-platform && \
283
+ sbt clean assembly && \
284
+ docker-compose build --no-cache && \
285
+ docker-compose up
288
286
289
287
290
288
##### Service URLs
@@ -294,9 +292,9 @@ When running the full stack via Docker Compose, the following services are avail
294
292
| Service | URL |
295
293
| ------------------------| -------------------------------------|
296
294
| Filing UI | https://192.168.99.100 |
297
- | Filing API (Unsecured) | https ://192.168.99.100:8080 |
295
+ | Filing API (Unsecured) | http ://192.168.99.100:8080 |
298
296
| Filing API (Secured) | https://192.168.99.100:4443/hmda/ |
299
- | Admin API | https ://192.168.99.100:8081 |
297
+ | Admin API | http ://192.168.99.100:8081 |
300
298
| Public API | https://192.168.99.100:4443/public/ |
301
299
| Keycloak | https://192.168.99.100:8443 |
302
300
| MailDev | https://192.168.99.100:8443/mail/ |
0 commit comments