Skip to content

Requirements


Server Requirements

  • For installing SEAL Operator/SEAL Print Client, Administrator privileges are required.

  • No DNS server is active on the server.

  • "Microsoft C++ 2015" Runtime is installed on the server.

    Hint - installation package

    The installation packages for "Microsoft C++ 2015" Runtime are available on the SEAL Systems delivery platform in the msvc2015 directory.

  • A Java Runtime Environment version 8 has been installed on the server. For how to install Java and set the required environment variables, refer to SEAL Online Service.

  • An OIDC identity provider is installed. A preconfigured Keycloak identity provider is provided by SEAL Systems for test purposes. In practice, another OIDC identity provider already installed at the customer's will be used for the user authentication and authorization. For more information about Keycloak or another OIDC identity provider to be used with SEAL Systems products, refer to the SEAL Interfaces for OIDC documentation.

  • Privileges for executing PowerShell scripts are required. The execution policy has to be set to RemoteSigned at least. For more information about execution policies, refer to the Microsoft documentation. For setting the execution policy, open a PowerShell (Administrator) and execute the following command:

    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
    

Hint - separate server for SEAL Operator/SEAL Print Client

SEAL Systems recommends installing SEAL Operator/SEAL Print Client on a separate server and not on the server of the backend system. Also, SEAL Operator/SEAL Print Client should not be installed on the management server where easyPRIMA and Elastic Stack are running due to another version of MongoDB is installed here.

Hint - active virus scanner

An active virus scanner may slow down the installation.


Next Step

Continue with: Install SEAL Operator/SEAL Print Client


Back to top