Skip to content

Commit c7bf1c8

Browse files
committed
README fixups
1 parent dbe7cfd commit c7bf1c8

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ The Public API will run on `$(docker-machine ip):8082`
254254
1. Browse to the app at http://192.168.99.100.
255255
1. Select the "Login" button. This will redirect your browser to the Keycloak login screen.
256256
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".
258258

259259
**Note:** You must register with an email address from our whitelist of email domains.
260260
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
275275
rebuild everything from scratch. The following command should be executed from
276276
within the `hmda-platform` directory.
277277

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
288286

289287

290288
##### Service URLs
@@ -294,9 +292,9 @@ When running the full stack via Docker Compose, the following services are avail
294292
| Service | URL |
295293
|------------------------|-------------------------------------|
296294
| 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 |
298296
| 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 |
300298
| Public API | https://192.168.99.100:4443/public/ |
301299
| Keycloak | https://192.168.99.100:8443 |
302300
| MailDev | https://192.168.99.100:8443/mail/ |

0 commit comments

Comments
 (0)