Skip to content
Arturo Filastò edited this page Mar 16, 2021 · 5 revisions

How to deploy a new API version

First deploy it to the testing API host:

ssh ams-pg-test.ooni.org
sudo apt-get update
apt-cache show ooni-api | grep Ver | head -n5
sudo apt-get install ooni-api

Check that everything is working as expected on the testing host.

Then deploy on production:

ssh ams-pg.ooni.org
sudo apt-get update
apt-cache show ooni-api | grep Ver | head -n5
sudo apt-get install ooni-api
Clone this wiki locally