@@ -20,7 +20,7 @@ Requirements
20
20
might show smaller UI bugs and are not actively tested
21
21
* The following Icinga modules must be installed and enabled:
22
22
* [ ipl] ( https://github.com/Icinga/icingaweb2-module-ipl ) (>=0.3.0)
23
- * [ incubator] ( https://github.com/Icinga/icingaweb2-module-incubator ) (>=0.5 .0)
23
+ * [ incubator] ( https://github.com/Icinga/icingaweb2-module-incubator ) (>=0.21 .0)
24
24
* [ reactbundle] ( https://github.com/Icinga/icingaweb2-module-reactbundle ) (>=0.7.0)
25
25
* A database, MySQL (> ; = 5.1) or PostgreSQL (> ; = 9.1). MariaDB and other
26
26
MySQL forks are also fine. Mentioned versions are the required minimum,
@@ -102,7 +102,7 @@ You might want to use a script as follows for this task:
102
102
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
103
103
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
104
104
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
105
- MODULE_VERSION="1.8.1 "
105
+ MODULE_VERSION="1.8.2 "
106
106
URL="${REPO_URL}/archive/v${MODULE_VERSION}.tar.gz"
107
107
install -d -m 0755 "${TARGET_DIR}"
108
108
wget -q -O - "$URL" | tar xfz - -C "${TARGET_DIR}" --strip-components 1
@@ -119,7 +119,7 @@ It will be immediately ready for use:
119
119
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
120
120
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
121
121
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
122
- MODULE_VERSION="1.8.1 "
122
+ MODULE_VERSION="1.8.2 "
123
123
git clone "${REPO_URL}" "${TARGET_DIR}" --branch v${MODULE_VERSION}
124
124
125
125
You can now directly use our current GIT master or check out a specific version.
0 commit comments