diff --git a/README.md b/README.md index 2f817eec8..03a385df5 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,12 @@ redbox/ │ └── Dockerfile ├── redbox-core/ │ ├── redbox +│ │ ├── api/ +│ │ ├── chains/ +│ │ ├── graph/ │ │ ├── loader/ │ │ ├── models/ +│ │ ├── retriever/ │ │ └── storage/ │ ├── tests/ │ ├── pyproject.toml @@ -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