Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated instructions for greater clarity
  • Loading branch information
frank committed Jan 26, 2022
1 parent 4ff650a commit 445e17e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,10 +9,10 @@ If you need to install Docker, here are the [directions to install Docker](https

## Installing HAPI FHIR

1. Load the Docker file with `docker load --input {path/to/MedRecData.tar}` at the terminal
1. Load the Docker file with `docker load --input {path/to/MedRecData.tar}` at the terminal. Make sure to replace all of `{path/to/MedRecData.tar}` with just the string corresponding to the path to your file. If your path has spaces in it, you willl need to enclose this string inside double quotes.
- You should now have the SHA-256 hash of the file which is your `image id`. This is the string after `sha256:` below
- ![image id](1.png)
2. Run the docker container with `docker run -p 8080:8080 {image id}` at the terminal
2. Run the docker container with `docker run -p 8080:8080 {image id}` at the terminal. Make sure to replace all of `{image id}` with just the string of the SHA-256 hash.
- Wait about ~30 seconds and your terminal should look similar to below
- ![terminal after HAPI FHIR runs](2.png)
3. Now leave the terminal running and open a browser window and use either of the following to access `HAPI FHIR`
Expand Down

0 comments on commit 445e17e

Please sign in to comment.