Skip to content

Commit

Permalink
Merge pull request #1044 from i-dot-ai/chore/update-readme-5
Browse files Browse the repository at this point in the history
chore/update-readme-5
  • Loading branch information
jamesrichards4 authored Sep 12, 2024
2 parents 28b5fbf + 6315860 commit edcc829
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,12 @@ redbox/
│ └── Dockerfile
├── redbox-core/
│ ├── redbox
│ │ ├── api/
│ │ ├── chains/
│ │ ├── graph/
│ │ ├── loader/
│ │ ├── models/
│ │ ├── retriever/
│ │ └── storage/
│ ├── tests/
│ ├── pyproject.toml
Expand Down Expand Up @@ -146,20 +150,11 @@ On initial app setup you will need to run `poetry run python manage.py collectst
checkout the `main` branch of the following repos:

* https://github.com/i-dot-ai/redbox
* https://github.com/i-dot-ai/i-ai-core-infrastructure/
* https://github.com/i-dot-ai/redbox-copilot-infra-config

and checkout the `v1.0.0-rds` tag of the following repo:
* https://github.com/i-dot-ai/i-dot-ai-core-terraform-modules

Replace `var.image_tag` in `infrastructure/aws/ecs.tf`

with the hash of the build you want deployed. Make sure that the hash corresponds to an image that exists in ECR,
Replace `var.image_tag` in `infrastructure/aws/ecs.tf` with the hash of the build you want deployed. Make sure that the hash corresponds to an image that exists in ECR,
if in doubt build it via the [build-action](./.github/workflows/build.yaml).

Uncomment this line https://github.com/i-dot-ai/redbox/blob/bb3d5cf085bfc47b5b1280081d11862acfb16e0e/infrastructure/aws/rds.tf#L3,
and comment out the one below it.

Login to aws via `aws-vault exec admin-role` and run the commands below from the redbox repo root

```commandline
Expand Down

0 comments on commit edcc829

Please sign in to comment.