Skip to content

Installing SEAL Elastic Stack


  1. Make sure you have internet access for downloading the zip file from the SEAL Systems delivery platform.

  2. Check the requirements for SEAL Elastic Stack.

  3. 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.

  4. Download the SEAL Elastic Stack - 1.0.2.9 - msi folder. It is saved as SEAL Elastic Stack - 1.0.2.9 - msi.zip.


TEST

  1. Download the SEAL Elastic Stack - 1.0.2.9 - rpm folder. It is saved as SEAL Elastic Stack - 1.0.2.9 - rpm.zip.

END OF TEST


  1. Extract SEAL Elastic Stack - 1.0.2.9 - msi.zip.

  2. In a PowerShell (Administrator), change to the SEAL Elastic Stack - 1.0.2.9 - msi directory and start installing the packages:

    Set-ExecutionPolicy Bypass -Scope Process -Force; .\install.ps1
    
  3. Open the required firewall ports for necessesary services:

    firewall.ps1
    

Back to top