Zato installation from source code

Requirements

  • Ubuntu, RHEL or compatible, Debian
  • Sudo or administrator powers

Installation steps

  • Check out the source code from GitHub and enter the newly created directory:
git clone https://github.com/zatosource/zato && cd zato/code
  • Run the installer. If required, it will ask for the password to sudo:
./install.sh
  • Confirm the installation:
./bin/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.