From 51c7d697dbc03eb1a10c0fba176d41faf4a7a93f Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 3 Jun 2013 11:24:24 +0200 Subject: [PATCH] Vagrant: Update documentation refs #4231 --- README.md | 52 +++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 45 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0ce040a52..f597fe5b2 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,10 @@ -Icinga 2 Web -============ +# Icinga 2 Web -Table of Contents ------------------ +## Table of Contents 1. [Vagrant - Virtual development environment](#vagrant) -Vagrant -------- +### Vagrant The Icinga 2 Web project ships with a Vagrant virtual machine that integrates the source code with various services and example data in a controlled @@ -15,4 +12,45 @@ environment. This enables developers and users to test Livestatus, status.dat, MySQL and PostgreSQL backends as well as the LDAP authentication. All you have to do is install Vagrant and run: - vagrant up + vagrant up + +After you should be able to browse [localhost:8080/icinga2-web](http://localhost:8080/icinga2-web). + +#### Environment + +Forwarded ports: + + + + + + + + + + + + + + + + + +
ProctocolLocal port (virtual machine host)Remote port (the virtual machine)
SSH222222
HTTP808080
+ +Installed packages: + +* Apache2 with PHP library +* PHP with MySQL libray +* MySQL server and client software +* PostgreSQL server and client software + +Installed users and groups: + +* User icinga with group icinga and icinga-cmd +* Webserver user added to group icinga-cmd + +Installed software: + +* Icinga with IDOUtils using a MySQL database +* Icinga with IDOUtils using a PostgreSQL database