Skip to content

Commit d29b9f8

Browse files
authored
Add quick install command for Implementation Guide (#859)
Added a one-liner command for installing an Implementation Guide into HAPI.
1 parent 9576cfa commit d29b9f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ docker run -p 8090:8080 -e "--spring.config.location=classpath:/another.applicat
6565
```
6666
Here, the configuration file (*another.application.yaml*) is part of the compiled set of resources.
6767

68+
### One-liner for quickly getting an Implementation Guide installed into HAPI
69+
70+
```
71+
docker run -p 8080:8080 -e "hapi.fhir.implementationguides.someIg.name=com.org.something" -e "hapi.fhir.implementationguides.someIg.version=1.2.3" -e "hapi.fhir.implementationguides.someIg.packageUrl=https://build.fhir.org/ig/yourOrg/yourIg/package.tgz" -e "hapi.fhir.implementationguides.someIg.installMode=STORE_AND_INSTALL" hapiproject/hapi:latest
72+
```
73+
6874
### Example using ``docker-compose.yml`` for docker-compose
6975

7076
```yaml

0 commit comments

Comments
 (0)