How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "scotch/box"
config.vm.box_version = "3.5"
end
vagrant init scotch/box \
--box-version 3.5
vagrant up
This version was created over 5 years ago.
This is now the Scotch Box Pro v1 box. So bam:
* Ubuntu 16.04
* PHP 7.0
* MySQL 5.7
* Go lang in the box
* PHPUnit in the box
* Yarn in the box
* Improved email catching automatically on with MailHog
* Customize your own boxes in minutes
* Generally higher versions of things (Node.js, Ruby, etc.)!
* PHPUnit
* MySQL 5.
* Node via NVM
* Extra Node packages (grunt, browserify, webpack)
* Ruby via RBM