brew install qemu
https://www.docker.com/products/docker-desktop/
git clone git@github.com:alphagov/emergency-alerts-localenv.git
cd emergency-alerts-localenv
cd repos
git clone git@github.com:alphagov/emergency-alerts-api.git
git clone git@github.com:alphagov/emergency-alerts-govuk.git
git clone git@github.com:alphagov/emergency-alerts-utils.git
git clone git@github.com:alphagov/emergency-alerts-tooling.git
git clone git@github.com:alphagov/emergency-alerts-admin.git
cd emergency-alerts-api
docker-compose up api -d
docker-compose up db-init
Once this completes and returns to a prompt docker-compose down db-init docker-compose up admin -d
docker-compose up admin
Once this completes and shows waiting for connections, open a local browser and visit http://localhost:6012
docker-compose up govuk
#Check that the govuk site works Once this completes and shows waiting for connections, open a local browser and visit http://localhost:6017/alerts