You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2023. It is now read-only.
@@ -17,6 +16,12 @@ First, copy `.env.template` to a new file in the project's root directory called
17
16
18
17
Currently I am working on replacing CloudFormation with CDK for infrastructure and deployment.
19
18
19
+
To work with CDK, do the following:
20
+
21
+
- Make sure you are using at least version 10 of node: `nvm use 13`
22
+
- Activate the virtual environment with `source awscdk/.env/bin/activate`
23
+
-`pip install -e awscdk` to install CDK dependencies
24
+
20
25
### Social Authentication Keys
21
26
22
27
To use social sign on in development, you will need to create an application with the given provider.
@@ -50,7 +55,6 @@ docker-compose -f compose/docs.yml up --build
50
55
51
56
This will make the docs available at `http://localhost:8082/docs/`. Hot-reloading through websockets is supported, so changes will show up as they are saved in your code editor.
52
57
53
-
54
58
### Access Django Shell in Jupyter Notebook
55
59
56
60
With all containers running, run the following commands:
0 commit comments