Skip to content

Commit

Permalink
added more to instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesstottmoj committed Apr 24, 2024
1 parent e7ab0a0 commit 3c149c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,9 @@ serve-sso:

celery-sso:
aws-sso exec --profile analytical-platform-development:AdministratorAccess -- celery -A controlpanel worker --loglevel=info

db-migrate:
python manage.py migrate

db-drop:
python manage.py reset_db
2 changes: 1 addition & 1 deletion doc/running-devcontainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To build the dev container, ensure docker desktop is running, then open the AP C

If you are using a workspace with multiple applications, search for ```Dev Containers: Open folder in Container…``` instead, then select the Control Panel folder. Once the dev container has finished building, it should install all the required Python and npm dependencies, as well as run the migrations and install the helm charts.

As part of the install, it will also try and create your AWS and Kubernetes config. Be sure to keep an eye on your terminal and navigate to the AWS SSO site when prompted. Once this has finished, your dev container will have finished building.
As part of the install, it will also try and create your AWS and Kubernetes config. Be sure to keep an eye on your terminal and navigate to the AWS SSO site when prompted. Once this has finished, select yes on the second prompt then your dev container will have finished building.

## 2. Local Environment

Expand Down

0 comments on commit 3c149c0

Please sign in to comment.