Connectathon Tool Installation: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Introduction= The sections below do not repeat the use of the tools. They assume the reader understands why the tool is needed for a Connectathon. =Central Archive= ==Centr..." |
|||
| Line 6: | Line 6: | ||
==Central Archive Software== | ==Central Archive Software== | ||
We use the DCM4CHEE Archive 5 that is described here: [https://www.dcm4che.org https://www.dcm4che.org]. | We use the DCM4CHEE Archive 5 that is described here: [https://www.dcm4che.org https://www.dcm4che.org]. | ||
For January 2020, we installed and configured using Docker | For January 2020, we installed and configured using the Docker version: | ||
:<code> git clone https://github.com/IHE-Tools/dicom-connectathon.git</code> | |||
:<code> cd dicom-connectathon/dcm4chee/scripts</code> | |||
:<code> ./master_run.sh</code> | |||
==Central Archive Data Files== | ==Central Archive Data Files== | ||
Revision as of 16:19, 14 February 2020
Introduction
The sections below do not repeat the use of the tools. They assume the reader understands why the tool is needed for a Connectathon.
Central Archive
Central Archive Software
We use the DCM4CHEE Archive 5 that is described here: https://www.dcm4che.org. For January 2020, we installed and configured using the Docker version:
git clone https://github.com/IHE-Tools/dicom-connectathon.gitcd dicom-connectathon/dcm4chee/scripts./master_run.sh