⚠️ DEPRECATED Use https://github.com/Icinga/ipl instead! -- Director users, please see README.md!
Go to file
Thomas Gelf 4a53e35012 Version v0.1.0 2018-11-06 13:41:48 +01:00
bin Initial import 2018-11-06 13:40:46 +01:00
vendor Version v0.1.0 2018-11-06 13:41:48 +01:00
.gitignore Initial import 2018-11-06 13:40:46 +01:00
README.md Initial import 2018-11-06 13:40:46 +01:00
composer.json Initial import 2018-11-06 13:40:46 +01:00
module.info Initial import 2018-11-06 13:40:46 +01:00
run.php Initial import 2018-11-06 13:40:46 +01:00

README.md

Icinga Web 2 - IPL

This module ships the new Icinga PHP library. Please download the latest release and install it like any other module.

RELEASES="https://github.com/Icinga/icingaweb2-module-ipl/archive" \
&& MODULES_PATH="/usr/share/icingaweb2/modules" \
&& MODULE_VERSION=0.1.0 \
&& mkdir "$MODULES_PATH" \
&& wget -q $RELEASES/v${MODULE_VERSION}.tar.gz -O - \
   | tar xfz - -C "$MODULES_PATH" --strip-components 1
icingacli module enable ipl

Developer Documentation

Add a new dependency

composer require author/library:version

Create a new release

./bin/make-release.sh <version>

e.g.

./bin/make-release.sh 0.1.0