composer install
php bin/console server:start
Then load http://localhost:8000 and see a lucky number
cp Vagrantfile.puppet Vagrantfile
vagrant destroy -f; vagrant up
Then load http://localhost:8000 and see a lucky number! It works!
cp Vagrantfile.ansible Vagrantfile
vagrant destroy -f; vagrant up
Then load http://localhost:8000 and see a lucky number! It works!
cp Vagrantfile.homestead Vagrantfile
vagrant destroy -f; vagrant up
After a long build process, you should load http://localhost:8000 and see a lucky number! It also works!