Skip to content

Commit

Permalink
removed fhir and added docs for API spec
Browse files Browse the repository at this point in the history
  • Loading branch information
evshvarov committed May 26, 2023
1 parent 567dd0f commit 6a2e450
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,8 @@ docker run --rm --name iris-ce -d -p 9091:1972 -p 9092:52773 -e IRIS_PASSWORD=de
docker run --rm --name iris-sql -d -p 9092:52773 containers.intersystems.com/intersystems/iris-community:2023.1.0.229.0


docker run --rm --name iris-ce -d -p 9092:52773 containers.intersystems.com/intersystems/iris-community:2023.1.0.229.0
docker run --rm --name iris-ce -d -p 9092:52773 containers.intersystems.com/intersystems/iris-community:2023.1.0.229.0


list all the specs:
http://localhost:52773/api/mgmnt/
2 changes: 1 addition & 1 deletion iris.script
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
zn "USER"
zpm "load /home/irisowner/dev/ -v":1

zpm "install fhir-server"

halt

0 comments on commit 6a2e450

Please sign in to comment.