All pages
Powered by GitBook
1 of 4

Installation

This section how to do a new installation or an upgrade of a Fortified ID product.

Supported target plattforms are:

  • Container (docker, kubernetes etc.)

  • Linux 64-bit

  • Windows 64-bit

General information

Access to media is provided by Fortified ID support. Credentials consist of a username and an access token which are used when downloading the artefacts.

After successful installation, verify access to http://<installation_host>:8080.

A simple welcome page should be displayed.

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 forms fortifiedid.jfrog.io/docker/fortifiedid/forms:<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 forms

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

http://localhost:8080/forms/demo2

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

Linux

Install product

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

Verify installation

When installation is completed, verify the following:

  1. Start the service by running <installation_path>/FortifiedID/forms/customer/bin/start.sh

  2. Verify by accessing http://localhost:8080/demo1 or http://localhost:8080/demo2

  3. Stop the service by running <installation_path>/FortifiedID/forms/customer/bin/stop.sh

Windows

Install product

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

Verify installation

When installation is completed, verify the following:

  • In Windows Services, verify that Fortified ID <product name> service exists

  • In file system, verify that drive:\..\FortifiedID\<product name> exits

Note. Starting, stopping, and restarting the service are handled by Windows Services.