Page History
The URI Resolver Service comes with a set of default configurations that can allow for easy setup, customization for various database configurations and file systems is possible however
Table of Contents |
---|
Prerequisites
MySQL 5.1.x
Maven 3.0.x
Tomcat 7.x
Git 1.7.7.5
Build Instructions
Clone the URI Resolver using:
Code Block |
---|
git clone https://github.com/NCIP/URI_Resolver.git |
Change to the URI_Resolver directory:
Code Block |
---|
cd URI_Resolver |
Build the application with Maven:
Code Block |
---|
mvn clean install |
If the build is successful then the resulting war file will be in the target directory
Default Installation
Default installations can be handled as detailed here:
...