How to use this box with Vagrant:

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

This version was created about 8 years ago.

  • Long needed apt-get update and apt-get install
  • Enable Apache modules to support H5BP’s server configs.
  • Added Composer / Laravel to PATH
  • Added unzip
  • Installed SQL Lite
  • Enable Apache modules to support H5BP’s server configs
1 provider for this version.
  • virtualbox Hosted by Vagrant Cloud (572 MB)