How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "cultivatedops/ubuntu-1404"
config.vm.box_version = "1.0.0"
end
vagrant init cultivatedops/ubuntu-1404 \
--box-version 1.0.0
vagrant up
This version was created almost 8 years ago.
Next to the above, basics such as curl, wget, mc as well as screen and tmux have been installed.
node is symlinked to nodejs
node and npm are installed using Chris Lea's repo
vagrant
vagrant
Access via the default SSH key is supported.
This box is based on work done by the Parallels team, specifically version 1.0.1 of the ubuntu-14.04 box.
Nicholas Cerminara's scotch.io provided additional insights into repackaging and minification.