cilantrosoftware / dcm4chee-xds

XDS.b Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dcm4chee-xds

XDS.b Implementation

Build

There are some errors with the tests which I have run into, but haven't had time to think about trying to fix. Plus I'm still trying to become familiar with the code so that could actually make a fix. :)

Navigate to the root of the checked out directory and ru nmvn install -Ddb=psql -DskipTests

The build will create a zip file: dcm4chee-xds/dcm4chee-xds2-dist/target/dcm4chee-xds2-1.0.0-psql-bin.zip

Deploy

JBoss 7 is required to run the XDS registry. Download from the JBoss.org site

Unzip the JBoss distribution, and set it up with a PostgreSQL datasource (note that there are several ways to do this)

  1. Create jboss-as-7.1.1.Final/modules/org/postgresql/main
  2. Copy the PostgreSQL JDBC driver there (e.g. jboss-as-7.1.1.Final/modules/org/postgresql/main/postgresql-9.1-901.jdbc4.jar)
  3. Create module.xml in that same directory containing something like this.
  4. Add a datasource to jboss-as-7.1.1.Final/standalone/configuration/standalone.xml. Here's an example.

About

XDS.b Implementation


Languages

Language:Java 99.6%Language:Shell 0.4%Language:JavaScript 0.0%