Skip to content

Testing

Run the following commands locally to spin up 2 web and 1 worker servers using Vagrant:

shell
cd resources/server
sudo vagrant up

You can manually connect to each using:

shell
ssh root@192.168.33.10
ssh root@192.168.33.11
ssh root@192.168.33.12

To provision the servers, see Setup