Getting started with Crowbar development¶
its many | dependencies - we are simplifying and automating this process as much as | possible. This document provides detailed instructions on how to setup a | minimal Crowbar development instance: access to the web interface and the | ability to run the unit, RSpec, and BDD tests.
qemu-kvm | virtual machine (VM). It is not a hard requirement - just adapt the steps and | commands accordingly.
VirtualBox and | VMWare docs. | Then skip to the “Setting up the development environment” section of your | preferred distro.
scripts <https://github.com/cwolferh/crowbar-virt-for-f18>`__ may save you a bit of time | setting up a qemu-kvm/virsh environment for Crowbar.
Setting up the qemu-kvm host¶
Enabling CPU virtualization acceleration¶
VT-x <http://en.wikipedia.org/w/index.php?title=X86_virtualization#Intel_virtualization_.28VT-x.29>`__ | or AMD-V | capable CPUs are required for hardware acceleration. This is usually disabled | by default in the BIOS, so you may need to enable it manually.
qemu-kvm/setup-kvm | script to set it up. It checks for CPU support and loads the appropriate kernel | modules.