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
Debian 12 or newer
Sudo rights
Make sure you have Python 3.12 or newer - Debian 12 may ship with Python 3.11.
Installation steps
Install helper packages:
sudo apt-get install -y git
Install Zato:
gitclonehttps://github.com/zatosource/zato
cdzato/code
gitcheckoutsupport/3.3
./install.sh
# [Wait for the installer to finish]
Confirm the installation:
./bin/zato --version
# E.g. 3.3.yyyy.mm.dd+rev.c91d69be6-py3.12.5-debian.12-bookworm
That concludes the process - you can refer to the main documentation index now.