Bundle for all 3rd party PHP libraries used by Icinga Web products
Go to file
Thomas Gelf 3d43c8e98f Refresh README.md, add module.info 2018-05-11 00:00:25 +02:00
bin Initial commit 2017-10-27 14:41:48 +02:00
.gitignore .gitignore: ignore editor and swap files 2018-04-18 11:13:15 +02:00
README.md Refresh README.md, add module.info 2018-05-11 00:00:25 +02:00
composer.json clue/...: add some more dependencies 2018-05-10 22:57:47 +02:00
module.info Refresh README.md, add module.info 2018-05-11 00:00:25 +02:00
run.php Initial commit 2017-10-27 14:41:48 +02:00

README.md

Icinga Web 2 - ReactPHP-based 3rd party libraries

This repository is an attempt to ship 3rd party libraries that might be useful for asynchronous PHP-based Icinga Web 2 modules. Please download the latest release and install it like any other module.

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

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.3.1