From 9aa9ea65c2e18fd1067073594f016f296115d177 Mon Sep 17 00:00:00 2001 From: Ben Klaas Date: Mon, 22 Aug 2022 14:25:39 -0500 Subject: [PATCH] Updates to quickstart while onboarding Carly --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d93cfd0e9..08d805f33 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Install VS Code Open VS Code and install the Remote-Containers plug-in from Microsoft. Make sure your docker daemon is running (on OS X, this is typically accomplished by opening the Docker Desktop app) +Also make sure there is NOT a Postgres daemon running on port 5432. Create the external docker network: @@ -34,6 +35,8 @@ Select View->Open View..., then search/select “ports”. Await a green dot on Open another terminal and run the background tasks: `make run-celery` +Confirm that everything is working by hitting localhost:6011 and it responds with a 200 OK. + --- ## Setting Up