Virtstrap Installation Guide

Installation From Source

Due to the complexity of installing from source. It is highly discouraged at this time. However, this should hopefully work for most people

First grab the code:

$ git clone git://github.com/ravenac95/virtstrap-suite.git

Install the code:

$ make install

If you’d like to be able edit the code use this command instead:

$ make install-develop

But if you’re ready to do that you may want to look at Contributing to Virtstrap to get started.

Table Of Contents

Previous topic

Virtstrap: Simple, Repeatable Environments

Next topic

Virtstrap Quickstart Guide

This Page