How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "twistedbytes/webserver"
  config.vm.box_version = "0.4.16"
end
vagrant init twistedbytes/webserver \
  --box-version 0.4.16
vagrant up

This version was created over 4 years ago.

Updates.

  • PHP 7.4.0 final
  • All other PHP to last version
  • MariaDB to last 10.3 version
  • Nodejs from version 10 to 12
1 provider for this version.
  • virtualbox
    unknown Externally hosted (vagrant.twistedbytes.eu)