Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 7828507

Browse files
committed
updated readme
1 parent 43931d5 commit 7828507

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Documentation for this project can be found here:
44

55
[https://verbose-equals-true.gitlab.io/django-postgres-vue-gitlab-ecs/](https://verbose-equals-true.gitlab.io/django-postgres-vue-gitlab-ecs/)
66

7-
87
## Architecture
98

109
![png](/architecture.png)
@@ -17,6 +16,12 @@ First, copy `.env.template` to a new file in the project's root directory called
1716

1817
Currently I am working on replacing CloudFormation with CDK for infrastructure and deployment.
1918

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+
2025
### Social Authentication Keys
2126

2227
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
5055

5156
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.
5257

53-
5458
### Access Django Shell in Jupyter Notebook
5559

5660
With all containers running, run the following commands:

0 commit comments

Comments
 (0)