Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielrindlaub committed Sep 19, 2023
1 parent 4d76ca9 commit 33bed07
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ A frontend web app for viewing & labeling camera trap data by
## `Related repos`

- Animl API http://github.com/tnc-ca-geo/animl-api
- Animl frontend http://github.com/tnc-ca-geo/animl-frontend
- Animl base program http://github.com/tnc-ca-geo/animl-base
- Animl ingest function http://github.com/tnc-ca-geo/animl-ingest
- Exif service https://github.com/tnc-ca-geo/exif-api
- Animl email extraction https://github.com/tnc-ca-geo/animl-email-relay
- Animl ML resources http://github.com/tnc-ca-geo/animl-ml
- Animl desktop app https://github.com/tnc-ca-geo/animl-desktop
- Animl analytics http://github.com/tnc-ca-geo/animl-analytics

## `Overview`

Expand Down Expand Up @@ -68,8 +71,8 @@ Use caution when deploying to production, as the application involves multiple s

3. Backup prod DB by running `npm run export-db-prod` from the `animl-api` project root.

4. Deploy animl-api to prod.
4. Deploy animl-api to prod.

5. Turn off `IN_MAINTENANCE_MODE` in animl-frontend and animl-ingest, and deploy both to prod
5. Turn off `IN_MAINTENANCE_MODE` in animl-frontend and animl-ingest, and deploy both to prod, and clear cloudfront cache.

6. Copy any image that happened to land in `animl-images-parkinglot-prod` while the stacks were being deployed to `animl-images-ingestion-prod`
6. Copy any images that happened to land in `animl-images-parkinglot-prod` while the stacks were being deployed to `animl-images-ingestion-prod`, and then delete them from the parking lot bucket.

0 comments on commit 33bed07

Please sign in to comment.