New Quick Start Guide Here:
Democratizing healthcare technology by making enterprise-grade OpenEMR deployments accessible to organizations of any size through automated, cloud-native infrastructure.
# Deploys OpenEMR on EKS with an integrated monitoring/observability stack
# Duration: ~45-60 min.
./scripts/quick-deploy.sh
# Deploys a training OpenEMR on EKS setup with 100 synthetic patients
# Duration: ~35-50 min.
./scripts/deploy-training-openemr-setup.sh --use-default-dataset --max-records 100
# Tears down all deployed infrastructure
# Duration: ~15-20 min.
./scripts/destroy.sh
1 Like
Updated link to the new Quick Start guide can be found here: GitHub - openemr/openemr-on-eks: Democratizing healthcare technology by making enterprise-grade OpenEMR deployments accessible to organizations of any size through automated, cloud-native infrastructure.
(the old link in the original post as opposed to this reply will now, after some recent documentation changes, direct to the old Quick Start guide instead of the new one as it should; use the link in this reply instead)
2 Likes