README.md: create db hint
This commit is contained in:
parent
8037f19e13
commit
a04d8c8921
14
README.md
14
README.md
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue