IPSM Dashboard


IPSM Dashboard is a web application complementary to IPSM that provides a more user-friendly GUI for IPSM REST operations. It is deployed "next to" IPSM instance and can be used for configuration and REST-based translations.

For more information on IPSM Dashboard usage see User Guide.

To deploy the dashboard you need to create the necessary Docker volume for storing the SSL configuration. This can be done by invoking the appropriate script (initialize-volume.sh/initialize-volume.bat).

Next, you need to edit the environment configuration file and set the appropriate host names and ports for Kafka, Zookeeper, and IPSM.

Finally you need to execute the command

docker-compose up -d

By default, the dashboard deployment uses the same SSL certificates/keys as the IPSM Docker deployment.