From: Michael Friedrich Date: Tue, 15 Oct 2013 23:53:14 +0000 (+0200) Subject: Vagrant: Update requirements. X-Git-Tag: v0.0.3~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6534ad938a1b3a54401c5b55050ceda05e9470b6;p=icinga2 Vagrant: Update requirements. fixes #4881 --- diff --git a/doc/9-vagrant-demo-vm.md b/doc/9-vagrant-demo-vm.md index 0e78fa59b..4997c148f 100644 --- a/doc/9-vagrant-demo-vm.md +++ b/doc/9-vagrant-demo-vm.md @@ -1,7 +1,8 @@ # Vagrant Demo VM -The Icinga 2 Git repository contains support for Vagrant. In order to build the -Vagrant VM first you will have to check out the Git repository: +The Icinga 2 Git repository contains support for [Vagrant](http://docs.vagrantup.com/v2/) +with VirtualBox. In order to build the Vagrant VM first you will have to check out +the Git repository: $ git clone git://git.icinga.org/icinga2.git @@ -10,6 +11,12 @@ following command: $ vagrant up +> **Note** +> +> Vagrant and VirtualBox are available for various distributions. Please note +> that Vagrant version `1.0.x` is not supported. At least version `1.2.x` is +> required to be installed (for example from [http://downloads.vagrantup.com](http://downloads.vagrantup.com)). + The Vagrant VM is based on CentOS 6.4 and uses the official Icinga 2 RPM packages from `packages.icinga.org`.