NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

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

...

Step

Action

1. Download the latest version of the Local Runtime GUI install package (you may already have this from previous installs) and the latest command line install configuration XML file from the right. The location you have chosen to save this on your computer will be referred to as the SAVE_DIRECTORY.

Info
titleNote

Access to the downloads does not require an account. If you are having trouble downloading files then you may need to disable pop-up blockers or check any firewall settings at your site.

:LexEVS_Local_Runtime_Downloads

2. Edit the following file to configure the components to be installed:

Code Block
LexEVS-install-config-{version}.xml

<installpath> can be modified to any location of your choice. The components "Product Information" and "Runtime and Administration Toolkit" are required. Remove lines in the configuration file for those components that you do not want to be installed. By default, the file is configured to install all packages.

Info
titleNote

This image shows the file being edited to only include the required components for a minimum install. All license and preface comments have been removed.

!Install-Config_XML_File.jpg_|alt="Configuration file shown in an editor."! Configuration file shown in an editor.Image Added

3. At a command prompt change to the SAVE_DIRECTORY:

Code Block
cd {SAVE_DIRECTORY}

Then enter the command:

Code Block
java -jar LexEVS-install-{version}.jar LexEVS-install-config-{version}.xml

...where version is the version you downloaded
For example:

Code Block
java -jar LexEVS-install-5.1.jar LexEVS-install-config-5.1.xml 

!Command Prompt.jpg.jpg_|alt="Command prompt showing complete installation without a GUI."!Command prompt showing complete installation without a GUI.Image Added

When these steps are complete, configure and test your LexEVS Local Runtime.

...