Skip to content

Updating SEAL IPP Proxy 1.0.0 to 1.1.0


Overview

  1. Install the new version as described in the instructions below.

    Your current ipp-proxy.yml configuration file will be renamed ipp-proxy.yml.bak.

  2. In an editor, compare the new ipp-proxy.yml configuration file to ipp-proxy.yml.bak and change the necessary settings.


Instructions

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

  2. Download the IPP-Proxy - 1.1.0.81 - rpm folder. It is saved as IPP-Proxy - 1.1.0.81 - rpm.zip.

  3. Extract IPP-Proxy - 1.1.0.81 - rpm.zip:

    unzip "IPP-Proxy - 1.1.0.81 - rpm.zip"
    
  4. Change to the IPP-Proxy - 1.1.0.81 - rpm directory and start installing the contained packages:

    cd "IPP-Proxy - 1.1.0.81 - rpm"
    
    sudo sh install.sh
    
  5. Open the required firewall ports for necessary services:

    sudo sh firewall.sh
    
  6. Start IPP-Proxy:

    systemctl start ipp-proxy
    
  7. In an editor, open the ipp-proxy.yml configuration file and change the necessary settings.


Back to top