NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

...

...where DBNAME is the name of your database needed for LexEVS to store data in. You will be prompted for your password before the database is created.

PostgreSQL Properties

...

- Modifying the posgresql.conf File for PostgreSQL

The following file contains properties controlling the behavior of the PostgreSQL database server:

...

Step

Action

1. In a command prompt window change to the test directory:

Code Block
cd {LEXEVS_HOME}\test
Run the TestRunner utility to start the test process:
> TestRunner.{ext} -h

...where ext is the extension appropriate for your operating system (bat for Windows, sh for Unix).
For example:

  • Windows:
    TestRunner.bat -h
  • Unix:
    ./TestRunner.sh -h
    Info
    titleNote

    The image shows the test partially in progress.

Initial test directory and test launch command

2. Use a file explorer to navigate into the directory that contains the test report. The report directory is placed in LEXEVS_HOME}\test and is representative of the date and time you executed the test.

Example report directory.

3. Launch the report into the default browser by double-clicking on the index.html file.

Highlight starting file for a particular reportImage Modified

4. Review the test results. You should expect no failures or errors if the configuration of the Local Runtime and the databases is correct. If there are errors refer to the troubleshooting section.

Web browser with test results.

...