Update RELEASE.md to use new icinga-rpm-release location

This commit is contained in:
Michael Friedrich 2017-08-07 10:30:00 +02:00
parent 804ff94044
commit d18564e7f4
1 changed files with 6 additions and 7 deletions

View File

@ -122,14 +122,13 @@ git push origin master
Example for CentOS7:
$ docker run -ti centos:latest bash
```
docker run -ti centos:latest bash
# yum -y install https://packages.icinga.com/epel/7/release/noarch/icinga-rpm-release-7-2.el7.centos.noarch.rpm
# yum -y install icinga2
# icinga2 daemon -C
# systemctl start icinga2
# tail -f /var/log/icinga2/icinga2.log
yum -y install https://packages.icinga.com/epel/icinga-rpm-release-7-latest.noarch.rpm
yum -y install icinga2
icinga2 daemon -C
```
## GitHub Release