Run in DockerClone repo with all submodules git clone git@github.com:wiating-app/wiating_devops.git --recursiveCopy .env.example file to .env and replace XXXXX inside with a correct secrets.Execute docker-compose upTo initialize database execute docker-compose exec app bash ./scripts/initialize_database.shRun in VagrantCreate admin user, add to sudo groupPut all your secrets into /opt/.env filePut S3 secrets into /home/admin/.aws/credentials (according to boto3)Put Flask dashboard config into /opt/dashboard.cfg fileRun ansible