An open API service indexing awesome lists of open source software.

https://github.com/fnichol/veewee-definitions

Some custom/modified VeeWee definitions for Vagrant base boxes
https://github.com/fnichol/veewee-definitions

Last synced: 2 months ago
JSON representation

Some custom/modified VeeWee definitions for Vagrant base boxes

Awesome Lists containing this project

README

        

# VeeWee Base Box Definitions

## tl;dr

Let's get you set up:

git clone git://github.com/fnichol/veewee-definitions
cd veewee-definitions
bundle

What base boxes can we make here?

rake list:all

What about Ubuntu base boxes?

rake list:ubuntu

What about Debian base boxes?

rake list:debian

Build the Maverick 32 base box:

rake build:maverick32

Build all boxes, if you're feeling lucky and have some time on your hands:

rake build:all