On your server, become the siteadmin user, and go to the directory that's just above where you want to run Zenario:
sudo su siteadmin
cd /var/www/clients/zenariosite
To download from GitHub, log in to GitHub:
gh auth login
Then download the latest release:
gh repo clone TribalSystems/Zenario
You will get a directory called Zenario. You should rename it to public_html:
mv Zenario public_html
To download from this site using ssh on your server:
wget https://zenar.io/public/downloads/Dp2mh/zenario-probusiness-10.2.64520.zip
You will need to unzip it, e.g.
unzip zenario-probusiness-10.2.64520.zip
Once unpacked, you will see a folder called zenario-probusiness-[version]. Rename it to public_html:
mv zenario-probusiness-10.2 public_html
Go to our download page, and download Zenario to your desktop.
There's no need to unzip it locally. Upload the zip/gz/7z file to your server and put it in /var/www/clients/zenariosite.
Then unzip or unpack it as described in Option 2 above.