Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 648 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 648 Bytes

gravitate-health

Gravitate Health Project

See Latest successful build on http://build.fhir.org/ig/HL7/emedicinal-product-info/toc.html

Old

To build locally (on 'nix'-systems) execute the following: rm -rf output && rm -rf temp/ && docker run --rm -v $(pwd):/home/publisher/ig hl7fhir/ig-publisher-base:latest /bin/bash -c "cd /home/publisher/ig && ./_updatePublisher.sh -y -f && ./_genonce.sh -Xms1G -Xmx4G" && docker run -p 80:80 -v $(pwd)/output:/usr/share/nginx/html nginx