KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
dcm4chee-arc-light
โ 498
Open GitHub โ
DICOM Archive J2EE application
Download README (.md)
Explore Similar Repositories
nellavio
:
๐ Next.js dashboard starter with auth, i18n, RBAC, 18 pages and 90+ UI components
goost
:
A general-purpose, extensible and customizable C++ extension for Godot Engine.
Transformers-for-NLP-and-Computer-Vision-3rd-Edition
:
Transformers 3rd Edition
xgbfi
:
XGBoost Feature Interactions & Importance
CaseRecommender
:
Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dcm4chee-arc-light
?
Download (.md)
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