Note: These are advanced installation instructions that should be used only if you've been advised to do so by Zato support.
Otherwise, use Docker Quickstart which will start a fully working environment for you in 5 minutes, and then you'll be able to focus on your actual integration and automation work.
Repeat: Use Docker Quickstart unless Zato support specifically advised that you use the instructions below.
Requirements
RHEL and compatible, v. 9.5 or newer
Python 3.12 or newer
Sudo rights
Make sure you have Python 3.12 or newer - RHEL 9.x may ship with Python 3.9.
Installation steps
Install helper packages:
sudo dnf install -y git
Install Zato using Python 3.12:
gitclonehttps://github.com/zatosource/zato
cdzato/code
gitcheckoutsupport/3.3
./install.sh-ppython3.12
# [Wait for the installer to finish]
Confirm the installation:
./bin/zato --version
# E.g. 3.3.yyyy.mm.dd+rev.c91d69be6-py3.12.5-rhel.9.5-plow
That concludes the process - you can refer to the main documentation index now.