This page is obsolete, please go to the new Weasis website







Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

DCM4CHEE Integration of Weasis

Build dcm4chee-web 2.15.0

Prerequisites

  1. Subversion (SVN), one of the following client:
    • Subversion - The core system (server, cli client, libs)
    • Subversive - SVN Team Client (Eclipse plugin)
    • TortoiseSVN - Handy SVN client for Windows systems
  2. JDK 5 or higher ( Sun or  OpenJDK)
  3. Ant 1.6 or higher

Getting the Source

To check out the code, first install Subversion and either checkout the trunk branch using a graphical Subversion client (such as TortoiseSVN) or directly from the command line using the command:

svn co https://dcm4che.svn.sourceforge.net/svnroot/dcm4che/weasis/weasis_dcm4chee/trunk weasis-dcm4chee

This command will copy the current development code (the "trunk") into a local directory named weasis-dcm4chee.

Note: Sources can also be browsed online

Building dcm4chee-web.war

  • Go in the weasis-dcm4chee directory
cd weasis-dcm4chee
  • Compile and make the dcm4chee-web.war (in weasis-dcm4chee/dist folder)
ant dist
  • Modify the permission in /dcm4jboss-web/src/etc/conf/dcm4chee-web/folder.permissions or in server/default/conf/dcm4chee-web if dcm4chee is already installed folder.=edit,move,delete,*view,*export,edit.newStudyUID,mergepat,study_permission,study_permission.free_role_action,query_has_issuer folder.*export=export_tf,export_xds...
    folder=WebUser(send,view);DatacareUser(edit,move,delete,export_xds,view);WebAdmin() Place the dcm4chee-web.war and the weasis.war to the deploy folder of dcm4chee

Rebuild dcm4chee-web from any version (Draft)

  • No labels