Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
first commit
  • Loading branch information
frank committed Jan 21, 2022
1 parent 642b75e commit cc894bf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
Binary file added 1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 19 additions & 1 deletion README.md
@@ -1 +1,19 @@
# HAPI_FHIR
### 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`

0 comments on commit cc894bf

Please sign in to comment.