Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 798 Bytes

dev.md

File metadata and controls

48 lines (33 loc) · 798 Bytes

useful commands

clean up docker

docker system prune -f

build container with no cache

docker-compose build --no-cache

start container

docker-compose up -d

open terminal to docker

docker-compose exec iris iris session iris -U FHIRServer

FHIR Namespace setup

do ##class(HS.HC.Util.Installer).InstallFoundation("FHIRServer")

fhir server configuration setup

do ##class(HS.FHIRServer.ConsoleSetup).Setup()

load fhir resources

zw ##class(HS.FHIRServer.Tools.DataLoader).SubmitResourceFiles("/opt/irisapp/fhir/", "FHIRServer", "/fhir/r4")

kill ^%ISCLOG

kill ^ISCLOG

set ^%ISCLOG=3


## select zpm test registry

repo -n registry -r -url https://test.pm.community.intersystems.com/registry/ -user test -pass PassWord42