How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "twistedbytes/webserver"
config.vm.box_version = "0.3.17"
end
vagrant init twistedbytes/webserver \
--box-version 0.3.17
vagrant up
This version was created over 6 years ago.
Update all default packages to latest version +
Add 2 scripts
xdebug-enable.sh xdebug-disable.sh
This will help xdebugging to PHP storm from the CLI