-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance package installation & configuration docs
- Loading branch information
Showing
10 changed files
with
27 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Installing Icinga DB Web from Source | ||
|
||
Please see the Icinga Web documentation on | ||
[how to install modules](https://icinga.com/docs/icinga-web-2/latest/doc/08-Modules/#installation) from source. | ||
Make sure you use `icingadb` as the module name. The following requirements must also be met. | ||
|
||
### Requirements | ||
|
||
* PHP (≥7.2) | ||
* MySQL or PostgreSQL PDO PHP libraries | ||
* The following PHP modules must be installed: `cURL`, `dom`, `json`, `libxml` | ||
* [Icinga DB](https://github.com/Icinga/icingadb) | ||
* [Icinga Web 2](https://github.com/Icinga/icingaweb2) (≥2.9) | ||
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.10) | ||
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.11) | ||
|
||
<!-- {% include "02-Installation.md" %} --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters