Updates to quickstart while onboarding Carly

This commit is contained in:
Ben Klaas
2022-08-22 14:25:39 -05:00
parent 55bc3e54ed
commit 9aa9ea65c2

View File

@@ -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