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 5 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)

Install ArangoDb for your OS.

https://www.arangodb.com/docs/3.5/index.html

Load Sample Data from LexEVS (Requires an install of LexEVS along with the loaded test data from owl file owl2-special-cases-Defined-Annotated)

Loading the Graph Database into ArangoDb for a Given Terminology

Find the src.main/resources folder in the graph-resolve root folder and edit the application.properties to match you Arangodb install.

server.error.whitelabel.enabled=false


hostName=localhost:8080

address=127.0.0.1

port=8529

protocol=HTTP_JSON

usr=root

pwd=lexgrid


Build the application with Maven:

mvn clean install

You may choose not to install the sample data or other terminologies and append -DskipTests to build without testing

mvn clean install -DskipTests 


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



.


  • No labels