Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 737 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 737 Bytes

docker-ccda-validator

CCDA Validator in a docker container

What You'll need

  1. Docker

Development Usage

git clone this repo (and submodules! VERY important!)

git clone --recurse-submodules https://github.com/mieweb/docker-ccda-validator.git

Build the docker

cd docker-ccda-validator
docker build -t docker-ccda-validator .

Run the docker

docker run -dp 8080:8080 docker-ccda-validator

Wait... Try opening up any of the following URLS:

http://SERVER_IP:8080/referenceccdaservice/static/validationui.html validationui

http://SERVER_IP:8080/referenceccdaservice/swagger-ui.html#/reference-ccda-validation-controller swagger-ui