Fix RELEASE.md tests

This commit is contained in:
Michael Friedrich 2015-07-08 12:55:50 +02:00
parent 6c1d50edf9
commit 4e664470b5
1 changed files with 4 additions and 1 deletions

View File

@ -78,8 +78,11 @@ For major releases: Create a new "support" branch:
Example for CentOS7: Example for CentOS7:
$ sudo docker run -ti centos:latest bash $ sudo docker run -ti centos:latest bash
# yum -y install http://packages.icinga.org/epel/7/release/noarch/icinga-rpm-release-7-1.el7.centos.noarch.rpm # yum -y install http://packages.icinga.org/epel/7/release/noarch/icinga-rpm-release-7-1.el7.centos.noarch.rpm
# yum -y install icinga # yum -y install icinga2
# icinga2 daemon -C
# systemctl start icinga2 # systemctl start icinga2
# tail -f /var/log/icinga2/icinga2.log # tail -f /var/log/icinga2/icinga2.log