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

« Previous Version 13 Next »

These instructions describe how to build weasis-pacs-connector directly from the Git repository on any platform. The weasis-pacs-connector component allows to launch Weasis from the new dcm4che-web3 interface or from any WEB context. This component can also be used with any PACS supporting WADO transfer protocol.

Prerequisites

  1. JDK 5 or higher (Sun or OpenJDK)
  2. Maven 2.2 or higher (http://maven.apache.org/guides/index.html)

    If your computer is behind a proxy server, configure maven.

  3. Git (or directly download source from gitub), one of the following client:
    • CLI on Linux or Mac OS X -  Install git-core package
    • Windows - Tortoise Git - (When installing msysgit be sure to choose Unix style line endings)
    • Eclipse - Install egit

Getting the Source

To clone the repository, first install GIT and either clone using a graphical GIT client (such as Tortoise Git) or directly from the command line using the command:

git clone git://github.com/nroduit/weasis-pacs-connector.git

Note: Sources can also be browsed online

Building weasis-pacs-connector.war

cd weasis-pacs-connector
mvn clean package

Overriding the default configuration

  • No labels