update installation docs with requirements

refs #4926
This commit is contained in:
Michael Friedrich 2013-10-20 14:51:03 +02:00 committed by Marius Hein
parent d3b234d47a
commit 0cd411fe5b
1 changed files with 11 additions and 0 deletions

View File

@ -1,6 +1,17 @@
# Installation
## Requirements
* Apache2 with PHP >= 5.3.0 enabled
* PHP Zend Framework
* PHP with MySQL or PostgreSQL libraries
* MySQL or PostgreSQL server and client software
* Icinga 1.x or Icinga 2 as backend providers
RHEL/CentOS requires the EPEL repository enabled (which provides the `php-ZendFramework`
package). OpenSUSE requires the [server monitoring](https://build.opensuse.org/project/show/server:monitoring) repository (which provides the `php5-ZendFramework` package) enabled.
## configure && make
### Basic installation