-
Add the box :
$ vagrant box add extreme extreme-startup-vm.box
-
Create a directory :
$ mkdir extreme
-
Change current directory to extreme one :
$ cd extreme
-
Initialize the box :
$ vagrant init extreme
-
Start the box :
$ vagrant up
-
SSH into the box :
$ vagrant ssh
-
Change current directory to extreme_startup directory :
$ cd extreme_startup
-
Start the server in WARMUP mode (accessible through http://host:8080) :
$ WARMUP=1 ruby web_server.rb
-
Let the participants register.
-
Close the server (CTRL+C) and launch it :
$ ruby web_server.rb
-
Use the control panel to control the game : http://host:8080/controlpanel
-
Enjoy !