README.md: create db hint

This commit is contained in:
Thomas Gelf 2015-06-01 15:02:02 +02:00
parent 8037f19e13
commit a04d8c8921
1 changed files with 14 additions and 0 deletions

View File

@ -2,3 +2,17 @@ Icinga Director
===============
This is going to be the new Icinga 2 config tool. Not for productional use. YET.
Installation
============
Create Icinga Director database
-------------------------------
mysql < "CREATE DATABASE director;" \
" GRANT SELECT, INSERT, UPDATE, DELETE ON director.*"
" TO director@localhost IDENTIFIED BY 'some-password';"
mysql director < schema/mysql.sql