NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Prerequisites are dependent upon the type of installation.  This service has two basic kinds of installations

Table of Contents

Prerequisites

Installation of LexEVS Runtime and if desired the LexEVS Remote API and all dependencies

Web application container for Non-OSGI installation

If building the LexEVS Plugin the following are required:

Git 1.7.7.x

Maven 3.0.x

Build the LexEVS Service Plugin (Optional)

See below for the prebuilt plugin, Otherwise run

Code Block
git clone https://github.com/NCIP/lexevs-service.git

Change the directory to the lexevs-service

Code Block
cd lexevs-service

Build the plugin

Code Block
mvn clean install

The resulting plugin will be found in the lexevs-service/target directory

OSGI type installation

This kind of installation provides a quick way to set up a REST service and can be done against an existing installation of the LexEVS Remote API, such as the remote api that hosted by the National Cancer Institute.

...