Appearance
Run the following commands locally to spin up 2 web and 1 worker servers using Vagrant:
cd resources/server sudo vagrant up
You can manually connect to each using:
ssh root@192.168.33.10 ssh root@192.168.33.11 ssh root@192.168.33.12
To provision the servers, see Setup