Skip to content

Installing SEAL Configurator


Requirements

??? Which requirements need to be fulfilled, BEFORE you can install SEAL Configurator?

Depending on your environment the following applications have to be installed:

  • Keycloak

  • MongDB

  • ...


Instructions

  1. Install the unpacking program unzip, if necessary:

    • RHEL:

      sudo yum --assumeyes install unzip
      
    • SLES:

      sudo zypper --non-interactive install unzip
      
  2. In a browser, log on to the SEAL Systems delivery platform with your logon data:

    https://delivery.sealsystems.de

    Hint - logon data

    You receive the logon data from your Technical Project Manager at SEAL Systems.

  3. Download the SEAL Elastic Stack - 1.0.0.1782 - rpm folder. It is saved as SEAL Elastic Stack - 1.0.0.1782 - rpm.zip.

  4. Extract SEAL Elastic Stack - 1.0.0.1782 - rpm.zip:

    unzip "SEAL Elastic Stack - 1.0.0.1782 - rpm.zip"
    
  5. Change to the SEAL Elastic Stack - 1.0.0.1782 - rpm directory and start installing the contained packages:

    cd "SEAL Elastic Stack - 1.0.0.1782 - rpm"
    
    sudo sh install.sh
    
  6. Open the required firewall ports for necessary services:

    sudo sh firewall.sh
    
  7. Start Configurator:

    sudo systemctl start elasticsearch
    

Back to top