From d9526d308e8d6c9dd33906cf32581890a7d3ec2b Mon Sep 17 00:00:00 2001 From: Aakash Singh Date: Wed, 14 Jan 2026 13:49:48 +0530 Subject: [PATCH] Added spec docs for local deployment --- docs/devops/Deploy/Care/Local/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/devops/Deploy/Care/Local/index.md diff --git a/docs/devops/Deploy/Care/Local/index.md b/docs/devops/Deploy/Care/Local/index.md new file mode 100644 index 0000000..08e7b2d --- /dev/null +++ b/docs/devops/Deploy/Care/Local/index.md @@ -0,0 +1,11 @@ +# Infrastructure requirements for Local Deployment + +The following table outlines the minimum and recommended infrastructure requirements for a Local Deployment of the CARE HMIS platform. + +| Configuration | Nodes | CPU | RAM | Storage | +|---------------|-------|-----|-----|---------| +| Minimum | 2x | 8 Cores per server | 32GB per server | 2TB combined ssd storage | +| Recommended | 2x | 8 Cores per server | 64GB per server | 6TB combined ssd storage | + +IAC scripts can be found [here](https://github.com/ohcnetwork/care_local_iac) +