Blog
sudo apt-get update && \
sudo add-apt-repository -y universe && \
sudo apt-get install -y apt-transport-https curl wget \
software-properties-common libsasl2-dev libldap2-dev \
libssl-dev tzdata
release=`lsb_release -rs` &&
curl -sLO https://zato.io/repo/stable/ubuntu/zato-3.2-ubuntu-$release.deb && \
sudo apt-get install -y ./zato-3.2-ubuntu-$release.deb
That concludes the process - you can refer to the main documentation index now.