From 5f6c50eff7211d9731f0b85f7e60c00e0e7d73c0 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 8 Jul 2015 12:55:50 +0200 Subject: [PATCH] Fix RELEASE.md tests --- RELEASE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 1d16c1b40..222c1e11e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -78,8 +78,11 @@ For major releases: Create a new "support" branch: Example for CentOS7: $ 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 icinga + # yum -y install icinga2 + # icinga2 daemon -C + # systemctl start icinga2 # tail -f /var/log/icinga2/icinga2.log