Sha256: 7915acca95a243b0d0490e783657d54a004f20ec7afda7121119f84ca62c528b

Contents?: true

Size: 1.52 KB

Versions: 1

Compression:

Stored size: 1.52 KB

Contents

# Overview

Veewee is a tool to help you building a Virtual Machine from an ISO-file.


## Requirements

Please see [requirements.md](requirements.md) for detailed instructions.


## Install

These instructions need to be bulked out more, but for now, here is a basic guide to installing Veewee.

The Veewee project is moving quickly and the Rubygem might be outdated. We recommend installing Veewee from source.

__as a gem__

    $ gem install veewee

__from source__

When you cd into the veewee directory, rvm should automatically read the `.rvmrc` file
and prompt you to verify it - you can do so by pressing `Y`.

This will then create a [gemset](https://rvm.io/gemsets/basics/) for veewee.

    $ git clone https://github.com/jedi4ever/veewee.git
    $ cd veewee
    $ gem install bundler
    $ bundle install

Now start [building baseboxes](running.md) or learn more about [veewee's internals](definition.md)!

### Important Note on testing `kvm` while running from source git repo_

By default the `:kvm` gem group is *disabled* to prevent the installation of `ruby-libvirt` on systems
that don't need it. This is done by the file `.bundle/config`.

If you do need it, run `bundle install --without restrictions` (restrictions is a dummy name).
This will change the file `.bundle/config`, which is ignored by Git per default and must not be included in any commits.

As this is a remembered option, you don't have to specify it every time.
If you want to switch to the default behavior run `bundle install --without kvm` to enable restrictions.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
veewee-atlassian-0.3.11 doc/installation.md