💡
deploydocs
  • Introduction
  • Going Live: Checklist : CARE
  • CARE: CLOUD DEPLOYMENT OVERVIEW
    • Cloud Infrastructure Diagram
    • Google Cloud deployment
      • Set up the network
      • Set up Databases
      • Create storage buckets
      • Create a GKE cluster
      • Configure GKE workloads
      • Post setup
    • Azure Deployment
    • AWS Deployment
  • CARE: Deploying Technology
  • Tech Overview: CARE
  • Tech Prerequisites: CARE
  • Setting up the server locally
  • Setting up AWS EKS
  • Setting up AWS RDS
  • Build and push docker image
  • Production Environment Variables
  • Deploying the projects on EKS
  • Requirements: AWS
  • Tech Infrastructure: CARE
  • Steps to Deploy: CARE
  • CARE: Deploying Operations
  • Operationalizing CARE in the field
  • Setting up the War-Room
  • Deployment Timeline
  • Ambulance Management System
    • SuperHero Network
  • TeleICU Tech Deployment
    • Setup Nursing Station Desktop
    • BPL Monitor Network Configuration
Powered by GitBook
On this page

Was this helpful?

Export as PDF

Tech Overview: CARE

PreviousAWS DeploymentNextTech Prerequisites: CARE

Last updated 1 year ago

Was this helpful?

Most projects on the Coronasafe Network are dockerized and can be easily deployed on various container orchestration services for scalability. This documentation contains instructions for setting up our Care Network project in a production environment on the Kubernetes service provided by Amazon (AWS EKS). The same principles can be applied to other projects under the Coronasafe Network.

For help in setting up a local version of the project for development, see

Before deployment make sure that both the care and care_fe repos from the Coronasafe Network Github Organization are forked into the required organization's Account. This step makes it easier for the projects to remain synced, The Care project will keep receiving security updates and features which can be easily synced up with the deployment fork. Any Security issue must be reported to the Coronasafe Network admin before being implemented in any forks.

Setting up the project locally