sudo add-apt-repository universe && \
sudo apt-get install -y apt-transport-https curl && \
sudo apt-get install -y software-properties-common && \
sudo apt-get install -y libsasl2-dev libldap2-dev libssl-dev && \
sudo apt-get install -y tzdata
sudo add-apt-repository \
"deb [arch=amd64] https://zato.io/repo/stable/3.2/ubuntu $(lsb_release -cs) main"
That concludes the process - you can refer to the main documentation index now.