Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 822 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 822 Bytes

vagrant-boxes

A collection of veewee definitions of Vagrant vanilla* base boxes.

*vanilla = no ruby, gem, chef, puppet.

Dependencies

  1. Install VirtualBox
  2. Install Vagrant

Building a box

git clone git://github.com/rapid7/vagrant-boxes.git
cd vagrant-boxes

# Install veewee
bundle install

# Build a VirtualBox VM
bundle exec veewee vbox build 'precise64-vanilla'

# Package VM as .box file
vagrant package --base 'precise64-vanilla' --output 'boxes/precise64-vanilla.box'

License and authors

Originally forked from @teohm.

Copyright 2013, Rapid7, LLC
Copyright 2013, Huiming Teo

Licensed under The MIT License.