Skip to content

Installation


The installation steps are divided in the ones for the management server and the ones for the PLOSSYS 5 server.


Hint - no Internet access

If the server on which you want to install the components does not have Internet access, use another server with Internet access for logging on to the SEAL Systems delivery platform and downloading the folder and packages. Then, copy the downloaded files to the server on which you want to install.


Install the Management Server

  1. Check if all requirements for the management server have been fulfilled.

  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. Install the server part of SEAL Elastic Stack. For how to do this, refer to the SEAL Elastic Stack documentation.

  4. Download seal-bos2gyros-1.0.69.466.msi.

  5. Install seal-bos2gyros-1.0.69.466.msi.

  6. Install easyPRIMA 1.3.0 or higher. The installation package is provided by your Technical Project Manager at SEAL Systems. For how to install and configure easyPRIMA, refer to the easyPRIMA documentation.


Install the PLOSSYS 5 Server

  1. Check if all requirements for the PLOSSYS 5 server have been fulfilled.

  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 PLOSSYS 5 - 5.5.0.1024 - msi folder. It is saved as PLOSSYS 5 - 5.5.0.1024 - msi.zip.

  4. Extract PLOSSYS 5 - 5.5.0.1024 - msi.zip.

  5. Open a PowerShell (Administrator), change to the PLOSSYS 5 - 5.5.0.1024 - msi directory and start the installation of the packages:

    cd "PLOSSYS 5 - 5.5.0.1024 - msi"
    
    Set-ExecutionPolicy Bypass -Scope Process -Force; .\install.ps1
    
  6. Close the PowerShell and start a new one (not as Administrator) for the further configuration. Otherwise, the paths are not set correctly. ```

  7. Start the Consul:

    plossys service start seal-consul-agent
    
  8. Import the PLOSSYS 5 configuration:

    plossys config update "C:\ProgramData\SEAL Systems\config\plossys.yml" --token INSECURE_ACL_MASTER_TOKEN --insecure
    
  9. Start the PLOSSYS 5 system:

    plossys service start
    
  10. Install the client part of SEAL Elastic Stack. For how to do this, refer to the SEAL Elastic Stack documentation.


Next Step

Continue with: Mandatory Configuration Overview


Back to top