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, OSG and non-OSG.

 toc

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 pre-built 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 that hosted by the National Cancer Institute.

Download the CTS2 Framework Standalone Server.

Install and start the server:

...

Installing a Service Plugin

Warning
titleExcept Exception for the LexEVS Service Plugin

Follow the same steps for the LexEVS Service, except leave the Start Bundle box unchecked

...

.

After the plugin has been installed, navigate to the Configuration tab of the Admin Console.

configureImage Modified 

Verify the configuration information is correct. It is set up to use the NCI 6.0 Remote LexEVS Service.

Click 'Save,' and then start the LexEVS Service Plugin

startImage Modified

Non-OSGI type installation

This type of installation is more customizable and allows deployment to your own web container. Instructions via are available on the CTS2 Github Sitepage