Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit ac6ef00

Browse files
authored
Merge pull request #40 from mcode/readme-updates
Update readme.md
2 parents 4de0a1b + 41d31dc commit ac6ef00

1 file changed

Lines changed: 2 additions & 22 deletions

File tree

readme.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ This subproject contains a SMART on FHIR app, which provides a standardized way
33

44
## Running DTR
55

6-
You can find a complete end-to-end set up guide for DRLS, including DTR, [here](https://github.com/HL7-DaVinci/CRD/blob/master/SetupGuideForMacOS.md).
6+
You can find a complete end-to-end set up guide for DRLS, including DTR, [here](https://github.com/mcode/REMS/blob/master/SimpleSetupGuide.md).
77

88
# Getting Started
99

10-
If you are running DRLS for the first time, we highly recommend you refer to our comprehensive [setup guide](https://github.com/HL7-DaVinci/CRD/blob/master/SetupGuideForMacOS.md) for instructions on how to install DTR. Once you have DRLS up and running, you can return here to find more detailed information about how DTR works.
10+
If you are running DRLS for the first time, we highly recommend you refer to our comprehensive [setup guide](https://github.com/mcode/REMS/blob/master/SimpleSetupGuide.md) for instructions on how to install DTR. Once you have DRLS up and running, you can return here to find more detailed information about how DTR works.
1111

1212
## Prerequisites
1313

@@ -68,26 +68,6 @@ Steps to prepare local EHR server, Keycloak server, and Request Generator:
6868
6969
>Assuming you have completed the above. You should be able to send a request from the CRD Request Generator in order for the SMART app to launch by clicking the `Patient Select:` button to pre-populate the inputs. Choose a `Device, Service, or Medication Request` from the drop-down for one of the patients, then click anywhere in the row corresponding to the patient for whom you selected a `Device, Service, or Medication Request`. The data will be prefetched and you can send the request by pressing the `Submit` button. You should get a CDS Hooks Card back. Click the SMART link button for `Order Form` and you should see a login screen. Login with whatever user you've registered, and the SMART App should proceed to launch.
7070
71-
## Building Releases
72-
73-
Official releases are built automatically, but you may test the process or roll your own similar to the following:
74-
75-
docker build -t hspc/davinci-dtr:latest .
76-
77-
To run dev (https=false, port=3005, proxy=http://localhost:8090):
78-
79-
docker run -it --name davinci-dtr -p 3005:3005 --rm hspc/davinci-dtr:latest
80-
81-
To run production (https=true, port=3005, proxy=https://davinci-crd.logicahealth.org):
82-
83-
docker run -e VERSION='Prod' -it --name davinci-dtr -p 3005:3005 --rm hspc/davinci-dtr:latest
84-
85-
To run configurable template:
86-
87-
docker run -e VERSION='Template' -e PROXY_TARGET='http:\/\/localhost:8090' -e SERVER_PORT='3005' -e SERVER_HTTPS='false' -it --name davinci-dtr -p 3005:3005 --rm hspc/davinci-dtr:latest
88-
89-
The configurable template will use the environment variables passed to the docker run command to replace the `PROXY_TARGET`, `SERVER_PORT`, and `SERVER_HTTPS` values in the webpack configuration file.
90-
9171
# Other Documentation
9272

9373
[Using ValueSets in DTR Rules](./using-valuesets-in-rules.md)

0 commit comments

Comments
 (0)