How to use this box with Vagrant:

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

This version was created almost 8 years ago.

Mean Box

A simple development box used for MEAN applications.

What's installed?

  • Git
  • Node.js
  • MongoDB
  • Bower
  • Grunt
  • Gulp
  • Yoeman
1 provider for this version.
  • digitalocean Hosted by Vagrant Cloud (672 MB)