Zato installation from source code

Requirements

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

Installation steps

  • Under Mac, make sure you have Homebrew installed and that your shell is Bash rather than zsh

  • 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>
  • For instance:

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