Skip to content

isabella232/vagrant-boxes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A collection of veewee definitions of Vagrant boxes

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 71.8%
  • Ruby 27.2%
  • PowerShell 1.0%