Zato installation on Debian

Remember: If you're starting out with Zato, use Docker Quickstart. It's going to start a fully working environment for you in 5 minutes and then you can focus on your actual integration and automation work. Use the instructions below only if you're an advanced user.

Repeat: Use Docker Quickstart if you're new to Zato.

Requirements

  • Debian 12 or newer
  • Sudo rights

Installation steps

  • Install helper packages:
sudo apt-get install -y git
  • Install Zato:
git clone https://github.com/zatosource/zato
cd zato/code
git checkout support/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.