Skip to content

Commit

Permalink
Adds instructions on how to build and run this codebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrichton committed Jul 31, 2015
1 parent e9dc344 commit 872dd3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ OpenExchange - OpenXDS - With ODD support

This is a forked version of the [original OpenXDS](https://www.projects.openhealthtools.org/sf/projects/openxds/) with added support for [the on-demand documents option](http://wiki.ihe.net/index.php?title=ITI_On-Demand_Documents). These additions were done to enable the use of OpenXDS as an XDS registry for the [OpenSHR project](https://github.com/jembi/openshr) which is a reference tool for [OpenHIE](http://ohie.org/).

Building and running
--------------------

To build this code base you need to copy the folder in the `m2repo` directory to your maven repository (`<user_home>.m2/`). Then run `mvn clean install`. This will produce a `build` folder that contains an openxds .jar file which you can run with `java -jar openxds-1.1.0-SNAPSHOT.jar`.

What is it?
-----------

Expand Down

0 comments on commit 872dd3b

Please sign in to comment.