Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderColor2

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 8 or higher (Sun or OpenJDK)
  2. Maven

    2.2

    3 or higher (http://maven.apache.org/guides/index.html)

    Note

    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
  4. For running Java 7, select the branch 6.x

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:

...

Tip
titleOverriding the default configuration

See configuration of weasis-pacs-connector


Tip
titleWithout logger

Use the loggerless profile for web application container which already embeds slf4j and log4j (like JBoss):

mvn clean package -Ploggerless