A bare bones HA MEAN stack
- Use packer to provision a minimal CentOS-7 VM.
- Store your application specific variables in a vars.json file as documented here
export ATLAS_TOKEN=atlas token generated at atlas.hashicorp.com
cd packer
packer build -var-file=vars.json -force packer.json
- Host your VM as a Vagrant box at Atlas.
- Host your VM as a AMI at Amazon.
- Use Vagrant to run a local development stack.
cd ../vagrant
vagrant up
sudo killall -HUP mDNSResponder