From 96287a15b093b91e24ad265c0295ccd55e8760db Mon Sep 17 00:00:00 2001 From: Billy Lo Date: Mon, 27 Sep 2021 22:40:18 -0400 Subject: [PATCH] updates instructions --- SETUP.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/SETUP.md b/SETUP.md index ba2dad9..fbb9f0c 100644 --- a/SETUP.md +++ b/SETUP.md @@ -1,4 +1,4 @@ -Environment Overview +## Environment Setup The whole solution is made up of 4 repos. @@ -7,15 +7,15 @@ The whole solution is made up of 4 repos. 3. verifier (web app for scanning, port 5001; GCP cloud functions /register /verify in support of #1) 4. hit-counter (simple python script running in VM, web enabled using flask, port 8080) -The steps were tested against a standard debian vm running in GCP +The steps were tested against a standard ubuntu LTS 18 vm running in GCP -Firewall Rule config -- allow-covidpass-ports, port 3000,80,5001,5003,8080 tcp/inbound +GCP console - Firewall Rule config + allow-covidpass-ports, port 3000,80,5001,5003,8080 tcp/inbound -VM setup -- ubuntu, no customization, 2 core, 4Gb RAM, allow all GCP API, network tag (allow-covidpass-ports), fixed external ip will be useful +GCP console - VM setup + ubuntu, no customization, 2 core, 4Gb RAM, allow all GCP API, network tag (allow-covidpass-ports), fixed external ip will be helpful -ssh into that vm +ssh into the newly created vm Install docker https://docs.docker.com/engine/install/ubuntu/