-
Notifications
You must be signed in to change notification settings - Fork 29
Runbooks: API
Arturo Filastò edited this page Mar 16, 2021
·
5 revisions
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