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
- Host: GitHub
- URL: https://github.com/fnichol/veewee-definitions
- Owner: fnichol
- Created: 2011-04-10T02:36:23.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-10T03:42:02.000Z (over 12 years ago)
- Last Synced: 2025-04-10T09:57:04.164Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 754 KB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
bundleWhat 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