mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-28 01:59:34 -05:00
20 lines
728 B
Markdown
20 lines
728 B
Markdown
# Installation
|
|
|
|
## Requirements
|
|
|
|
* PHP (>= 7.2)
|
|
* Icinga Web 2 (>= 2.9)
|
|
* Icinga Web 2 libraries:
|
|
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (>= 0.8)
|
|
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (>= 0.11)
|
|
* Icinga Web 2 modules:
|
|
* The `monitoring` or `icingadb` module needs to be configured and enabled.
|
|
|
|
## Install Icinga Business Process Modeling
|
|
|
|
Install it [like any other module](https://icinga.com/docs/icinga-web-2/latest/doc/08-Modules/#installation).
|
|
Use `businessprocess` as name.
|
|
|
|
## Create your first Business Process definition
|
|
|
|
That's it, *Business Process* is now ready for use. Please read more on [how to get started](03-Getting-Started.md).
|