Start the machine
vagrant up --provider virtualbox
Destroy the machine
vagrant destroy -f
Start it with
vagrant ssh
cd /vagrant
./bin/start.sh
Call it via browser
http://192.168.33.10:8000
Composer
# install by default
./bin/composer.sh
# equals
./bin/composer.sh install
# require lib
./bin/composer.sh require ramsey/uuid-doctrine
For simplicity reasons you have to jump in the application container first
./bin/enter
Afterwards call the test runner with
./bin/phpunit