From 08147aa448ca53f3782ae0c3af0b6d9debad0eea Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 25 Jun 2015 17:38:17 +0200 Subject: [PATCH] Add build post install task requirements to INSTALL.md refs #9471 --- INSTALL.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 992806420..e6c76a908 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -130,6 +130,15 @@ into your source tree and run the following command: $ dpkg-buildpackage -uc -us +### Building Post Install Tasks + +After building Icinga 2 yourself, your package build system should at least run the following post +install requirements: + +* enable the `checker`, `notification` and `mainlog` feature by default +* run 'icinga2 api setup' in order to enable the `api` feature and generate SSL certificates for the node + + ## Running Icinga 2 Icinga 2 comes with a single binary that takes care of loading all the relevant -- 2.40.0