NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Prerequisites

  • ArangoDb 3.5.x
  • Maven 3.3.x
  • Tomcat 8.5
  • Git 1.9.x
  • Java 1.8

Build Instructions

Clone the Graph Node Resolver project using:

Change to the graph-resolve directory:

cd graph-resolve

Change to the appropriate version:

git checkout v1.0 (or master)

Build the application with Maven:

mvn clean install

This application can is built and run in Java 1.8.  The Java source and target values can be changed in the pom.xml file.

If the build is successful, the resulting war file will be in the target directory.


  • No labels