Portal | Fortified ID
HomeIntegrityControlSolutionsManagement Center
3.1.1 Portal
3.1.1 Portal
  • THE SERVICE
    • Overview
    • About this release
      • Release notes
      • Breaking changes
    • Get started
    • Installation
      • Container
      • Linux
      • Windows
  • Modules
    • Portal
      • Overview
      • Module parameters
      • Overview of applications
        • Adding applications
        • Filtering applications
        • Examples
    • AuthN
    • Other modules
  • UI
    • Overview
Powered by GitBook
On this page
  • Install product
  • Verify installation
  1. THE SERVICE
  2. Installation

Container

Install product

To install on Container/Docker, click the following link: https://docs.fortifiedid.se/installation

Verify installation

When installation is completed, verify the following:

Replace <container_display_name> with the container name and replace <product_name>:<version> with the image product name and version.

docker run -p 8080:8080 --detach --name portal fortifiedid.jfrog.io/docker/fortifiedid/portal:<version> -c Node config/config.json

Parameter explanation:

-c

Direct system output to stdout.

Node

Start the Node module.

config/config.json

Use the given configuration file. Path is relative to SERVER_HOME inside the container.

Check the log to ensure that the server was successfully bootstrapped:

docker logs -f portal

Finally, check that the server is up and running by pointing your browser at http://localhost:8080/portal

Note. Starting, stopping, and restarting the service are handled by Docker commands.