FHIR Facade for PDMP SCRIPT Standard Interfaces
To start the application follow the below steps in the checkout root
Copy default environment variable file and modify as necessary
cp script.env.default script.env
Install HTTP client certificate and key
cp pdmp.crt pdmp.key config/certs/
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
BSD