Installing SEAL IPP Proxy¶
-
Install the
unzip
unpacking program:-
RHEL:
sudo yum --assumeyes install unzip
-
SLES:
sudo zypper --non-interactive install unzip
-
-
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.
-
Download the IPP-Proxy - 1.1.0.81 - rpm folder. It is saved as
IPP-Proxy - 1.1.0.81 - rpm.zip
. -
Extract
IPP-Proxy - 1.1.0.81 - rpm.zip
:unzip "IPP-Proxy - 1.1.0.81 - rpm.zip"
-
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
-
Open the required firewall ports for necessary services:
sudo sh firewall.sh
-
Start IPP-Proxy:
systemctl start ipp-proxy
Hint - installed as a service
SEAL IPP Proxy is installed as a service. It is started automatically and does not have to be started manually.