Zato installation on Suse Linux Enterprise Server

Requirements

  • Suse Linux Enterprise Server 15 SP2
  • Root access

Installation steps

  • Log in as root:
su -
  • Add the package signing key:
curl -sO https://zato.io/repo/zato-3.2-48849AAD40BCBB0E.pgp.txt
rpm --import ~/zato-3.2-48849AAD40BCBB0E.pgp.txt
  • Enable PackageHub repository:
SUSEConnect -p PackageHub/15.2/x86_64
  • Add the following repository definition:
zypper addrepo https://zato.io/repo/stable/3.2/suse zato
  • Install Zato:
zypper install zato
  • Install latest additions:
sudo su - zato
cd /opt/zato/current && ./update.sh
  • Confirm the installation:
zato --version
# Output -> Zato <major>.<minor>+rev.<nnn>-py3.n.n-<system-version>

That concludes the process - you can refer to the main documentation index now.