ohif-viewer/platform/viewer/.recipes
Erik Ziegler 99b8dc4759
feat: Add White Labelling, Hanging Protocols, and tons of Extensions / Mode fixes
* modified

* new files in existing extensions/libraries/modes

* fixed bugs and tests

* Clean up

* fix: viewport display fixed

* Fixed configs for deployment

* Removed unnecessary files and functions

* Fixed default HP module

* Added white labelling

* Fixed hash routing

* Removed unnecessary routers

Co-authored-by: Alireza Sedghi <ar.sedghi@gmail.com>
2021-05-28 14:32:48 -04:00
..
Nginx-Dcm4che feat: New @ohif/viewer project structure + routes (#1674) 2020-05-15 12:57:23 +01:00
OpenResty-Orthanc feat: Add White Labelling, Hanging Protocols, and tons of Extensions / Mode fixes 2021-05-28 14:32:48 -04:00
OpenResty-Orthanc-Keycloak replaced REACT_APP_CONFIG with APP_CONFIG 2019-08-19 20:30:44 -04:00
Viewer-v2.x Chore/kill yalc with fire (#629) 2019-08-13 15:36:46 -04:00
README.md Chore/kill yalc with fire (#629) 2019-08-13 15:36:46 -04:00

Docker compose files

This folder contains docker-compose files used to spin up OHIF-Viewer with differnt options such as locally or with any PAS you desire to

Public Server

build

$ docker-compose -f docker-compose-publicserver.yml build

run

$ docker-compose -f docker-compose-publicserver.yml up -d

then, access the application at http://localhost

Local Orthanc

Build

$ docker-compose -f docker-compose-orthanc.yml build

Run

Starts containers and leaves them running in the background.

$ docker-compose -f docker-compose-orthanc.yml up -d

then, access the application at http://localhost

remember that you have to access orthanc application and include your studies there

Local Dcm4chee

build

$ docker-compose -f docker-compose-dcm4chee.yml build

run

$ docker-compose -f docker-compose-dcm4chee.yml up -d

then, access the application at http://localhost

remember that you have to access dcm4chee application and include your studies there You can use the following command to import your studies into dcm4che

$ docker run -v {YOUR_STUDY_FOLDER}:/tmp --rm --network=docker_dcm4che_default dcm4che/dcm4che-tools:5.14.0 storescu -cDCM4CHEE@arc:11112 /tmp

make sure that your Docker network name is docker_dcm4chee_default or change it to the right one