Versions Compared

Key

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

...

Code Block
Java - openjdk 11.0.2 - you can use JDK from Oracle as well
Apache Maven - 3.6.3 - you can use Apache Maven distributed with project as well

...

Catalogue QT Update Process

Installation of Catalog QT CLI based client

...

Code Block
> mvn install -DskipTests
> java -jar ./target/catalogAPI.jar -help

You should see the help screen with available options

Info
titleCatalog QT WS location

For the purpose of this documentation I assume that Catalog QT WS server is installed on localhost:8080.

Starting Catalogue QT Update Process

Warning

Please note that Update Process requires IMAS environment to work properly. If you don't have your IMAS environment set, it will complain

Code Block
> java -jar ./target/catalogAPI.jar  -startUpdateProcess --url http://localhost:8080
IMAS library not set up in the environment. (IMAS_PREFIX missing)

The easiest way to use IMAS environment is to run Update Process on the machine where IMAS environment is set. For example - Gateway.

Code Block



Once you have everything in place you can start update process following way