From cc1df7523d278917434057fc2bc8504c9d7d8752 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sat, 29 Jul 2017 01:35:44 +0200 Subject: [PATCH] doc/installation: be more specific and strict... ...on requirements --- doc/02-Installation.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index a5d98927..fa146862 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -9,11 +9,15 @@ to the latest version, please [read on here](05-Upgrading.md). Requirements ------------ -* Icinga 2 (>= 2.4.3) -* Icinga Web 2 (>= 2.2.0 - but >= 2.4.1 is strongly suggested) -* A database, MySQL (>= 5.1) or PostgreSQL (>= 9.1) database (MariaDB and - other forks are also fine) -* php5-curl +* Icinga 2 (>= 2.6.0). All versions sinve 2.4.3 should also work fine, but + we do no longer test and support them. +* Icinga Web 2 (>= 2.4.1). All versions since 2.2 should also work fine, but + might show smaller UI bugs and are not actively tested +* A database, MySQL (>= 5.1) or PostgreSQL (>= 9.1). MariaDB and other + MySQL forks are also fine. Mentioned versions are the required minimum, + for MySQL we suggest using at least 5.5.3, for PostgreSQL 9.4. +* PHP (>= 5.4). For best performance please consider use 7.x +* php-curl Database --------