Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jedi4ever/veewee-demo


https://github.com/jedi4ever/veewee-demo

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

- Requires libvirt to be installed
- Requires rvm

$ git clone [email protected]:jedi4ever/veewee-demo.git

- Will trigger .rvmrc to create a gemset veewee-demo

$ cd veewee-demo

- Get dependencies

$ bundle install

- Instead of vagrant basebox use veewee

$ veewee {vbox,fusion,kvm} help

Note

1. kvm currently only works over nat (will be fixed soon)
2. the templates need to be rewritten (ubuntu-10.10-amd64 or ubuntu-10.04.3-amd64 are already converted)

some additional flags can be passed to the build command


Usage:
veewee kvm build [TEMPLATE_NAME] [BOX_NAME]

Options:
-f, [--force] # force the build
-d, [--debug] # enable debugging
-n, [--nogui] # no gui
-a, [--auto] # auto answers
-i, [--postinstall-include=one two three] # patterns of postinstall filenames to additionally include
-e, [--postinstall-exclude=one two three] # patterns of postinstall filenames to exclude

Build box