diff --git a/1.png b/1.png new file mode 100755 index 0000000..5312cf2 Binary files /dev/null and b/1.png differ diff --git a/2.png b/2.png new file mode 100755 index 0000000..f3a6cc3 Binary files /dev/null and b/2.png differ diff --git a/README.md b/README.md index 728a869..075ffc8 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -# HAPI_FHIR \ No newline at end of file +### Requirements +- Docker +- The `MedRecData.tar` file which is inside the `MedRecData.rar` file shared via filelocker + +### ** For Windows users ** +If you don't already have Windows Subsystem for Linux (**WSL2**) installed, follow these directions to [install WSL2 on Windows 10](https://youtu.be/n-J9438Mv-s?t=51). + +If you need to install Docker, here are the [directions to install Docker](https://docs.docker.com/get-docker/). + +## Installing HAPI FHIR + +1. Load the Docker file with `docker load --input {path/to/MedRecData.tar}` at the terminal + - 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 +3. Open a browser window and use either of the following to access `HAPI FHIR` + - `http://127.0.0.1:8080` + - `http://localhost:8080` +4. Enjoy using `HAPI FHIR` \ No newline at end of file