From 33bed079f8f38c2f4e2b016a81c0b27ac4f0a0d2 Mon Sep 17 00:00:00 2001 From: Nathaniel Rindlaub Date: Tue, 19 Sep 2023 14:20:37 -0700 Subject: [PATCH] Update README --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e9bccee..fd037beb 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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. \ No newline at end of file