mirror of https://github.com/Icinga/icinga2.git
parent
8a4edfda16
commit
6534ad938a
|
@ -1,7 +1,8 @@
|
|||
# <a id="vagrant"></a> 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`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue