# dcm4chee-arc-light **Repository Path**: wzj/dcm4chee-arc-light ## Basic Information - **Project Name**: dcm4chee-arc-light - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-03 - **Last Updated**: 2024-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README DCM4CHEE Archive 5.x ==================== Sources: https://github.com/dcm4che/dcm4chee-arc-light Binaries: https://sourceforge.net/projects/dcm4che/files/dcm4chee-arc-light5/ Issue Tracker: https://github.com/dcm4che/dcm4chee-arc-light/issues Wiki: https://github.com/dcm4che/dcm4chee-arc-light/wiki DICOM Archive Java EE application running in WildFly. This is a complete rewrite of [DCM4CHEE Archive 2.x](http://www.dcm4che.org/confluence/display/ee2/Home). One major improvement to 2.x is the use of LDAP as central configuration, compliant to the DICOM Application Configuration Management Profile, specified in [DICOM 2015, Part 15, Annex H][1]. In long term, 5.x will provide the functionality of 2.x, and there will be migration tools to upgrade existing installations of 2.x to 5.x. Build ----- * Make sure you have Java 17 (JDK) or newer installed. * Build `master` branch of [dcm4che 3 Library](https://github.com/dcm4che/dcm4che) - only necessary to build unreleased version, which is not (yet) available in the Maven repository: git clone https://github.com/dcm4che/dcm4che.git cd dcm4che ./mvnw install * Build `master` branch of [dcm4chee-arc-lang](https://github.com/dcm4che/dcm4chee-arc-lang/) - only necessary to build unreleased version, which is not (yet) available in the Maven repository: git clone https://github.com/dcm4che/dcm4chee-arc-lang.git cd dcm4chee-arc-lang ./mvnw install * Build the Archive for a specific database: ./mvnw install -D db={db2|firebird|h2|mysql|oracle|psql|sqlserver} with secured WEB UI: ./mvnw install -D db={db2|firebird|h2|mysql|oracle|psql|sqlserver} -D secure=ui with secured WEB UI and secured RESTful services: ./mvnw install -D db={db2|firebird|h2|mysql|oracle|psql|sqlserver} -D secure=all Installation ------------ * [Installation](https://github.com/dcm4che/dcm4chee-arc-light/wiki/Installation) * [Running on Docker](https://github.com/dcm4che/dcm4chee-arc-light/wiki/Running-on-Docker) License ------- * [Mozilla Public License Version 1.1](http://www.mozilla.org/MPL/1.1/) [1]: http://dicom.nema.org/medical/dicom/current/output/chtml/part15/chapter_H.html