This software deploys a VM which contains three servers running at the addresses 10.10.0.{10,11.12} and they are located in the 10.10.0.0/16 subnet. All of the servers run on port 8080.
- Virtualbox
- Vagrant
vagrant up
vagrant ssh
pushd /vagrant && ./deploy_servers.sh && popd
vagrant destroy
Please refer to the vagrant documentation