How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "sipreston/webserver2020"
end
vagrant init sipreston/webserver2020
vagrant up
This version was created about 2 months ago.
Fixed ssh access for vagrant user Sets up xdebug for Phpstorm apache and CLI debugging Allows xdebug to be turned off and on, for apache, with a command (xdebug [on|off])
This version was created about 2 months ago.
Initial build