Versions Compared

Key

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

This article describes how to add the Smart ID Messaging component Hermod test app to an existing configuration.

...

  1. If you want to load the released docker image locally on the target host:

    Example: load Load docker image

    Code Block
    languagetext
    > docker load -i hermod-testapp-2.x.y.RELEASE.tar
  2. If you have a docker registry, load the image there.

...

  1. Start Hermod test app with the following command:

    Example: Start hermod-testapp

    Code Block
    languagetext
    > docker-compose up -d hermod-testapp
    > docker-compose logs -f
  2. Try to connect to the GUI from a browser:

    Example: Connect to GUI

    Code Block
    languagetext
    https://<my-hermod-server>:20488/hermod-testapp

Additional information

Expand
titleUseful links