Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 788 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 788 Bytes

Structured Data Capture Services

Implementation of select services and features from FHIR SDC Implementation Guide

Development

To start the application follow the below steps in the checkout root

Copy default environment variable file and modify as necessary

cp sdc_services.env.default sdc_services.env

Build the docker image. Should only be necessary on first run or if dependencies change.

docker-compose build

Start the container in detached mode

docker-compose up --detach

Read application logs

docker-compose logs --follow

Test

This project uses tox to manage testing environments. To trigger a test run, invoke tox without arguments: tox

License

BSD