Skip to content

Commit

Permalink
Add docs/README for Hapi FHIR
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed Jun 26, 2023
1 parent 8294726 commit 86d87a3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions dev/hapi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Hapi FHIR
Configuration required to deploy a review version of Hapi FHIR server

## Setup
Copy the default env files:

for file in *.default; do
cp "$file" "${file%%.default}"
done

Copy the `.env` file default:

cp default.env .env

Modify any `.env` files as necessary. Lines that are not commented-out are required, commented lines are optional.

## Deploy
To pull the latest configured docker images, and re-deploy services as necessary, run the following command:

docker-compose pull && docker-compose up --detach

0 comments on commit 86d87a3

Please sign in to comment.