- Install Docker
- Install Terraform
cd terraform/demo- (Mac only) Change
volume_pathto your docker persistent folder terraform getterraform apply- Type a name for your node.
Setup will spin of next services:
- http://localhost:8080/ -- Demo Exchange
- http://localhost:61208/ -- Exchange Status and Monitoring
Stop all containers: docker ps -aq | xargs docker stop