How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "soliant/soliant-starter-box"
end
vagrant init soliant/soliant-starter-box
vagrant up
This version was created over 9 years ago.
Change mysql packet size.
This version was created over 9 years ago.
Cleanup
This version was created over 9 years ago.
Version testing.
This version was created over 9 years ago.
Upgraded npm and node.
This version was created over 9 years ago.
Initial Release