From 11a717a8628eac1452a738e20cd13fbb7fdf7f84 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 20 Nov 2015 11:19:19 +0100 Subject: [PATCH] README.md: remove useless hints --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index b7d3ce1b..57a0c7c2 100644 --- a/README.md +++ b/README.md @@ -49,18 +49,10 @@ As with any Icinga Web 2 module, installation is pretty straight-forward. In case you're installing it from source all you have to do is to drop the director module in one of your module paths. Then go to your web frontend, Configuration, Modules, director - and enable the module. + In your web frontend please go to System / Configuration / Resources and create a new database resource pointing to your newly created database. Last but not least you have to tell the director module to use this newly created database resource. -Given that you named your resource `directordb` the `config.ini` for the module -could look as follows: -```ini -[db] -resource = directordb -``` - -This file is to be found in /modules/director/, where -ICINGAWEB_CONFIGDIR usually means /etc/icingaweb2.