Installation

SIGNIUS Sealing Server Dashboard installation

Environment

Make sure that http server is installed on your device to host the webapp (except when using docker version)

App deployment

Windows and Linux

  • Download the SIGNIUS Sealing Server Dashboard installation package from the official website or using the link provided by the manufacturer.

  • Deploy downloaded webapp into Your http server.

Docker

  • Download the SIGNIUS Sealing Server Dashboard installation package from the official website or using the link provided by the manufacturer.

  • add docker image to Your repository

    • docker load -i sseal_server_dashboard_image_v0.0.0.tar

  • build container via command (or via docker compose)

    • schema:

      • docker run -itd --name <docker_container_name> <docker_image:tag>

    • example:

      • docker run -itd --name signius-sealing-server-dashboard-container sseal-server-dashboard-image:v0.0.0

License

  • no license needed

Last updated