mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
README.md: adjust headers, link screenshot
This commit is contained in:
parent
da2ad842fa
commit
3997c10a05
12
README.md
12
README.md
@ -10,9 +10,10 @@ It tries to target two main audiences:
|
|||||||
What makes Icinga Director so special is the fact that it tries to target both
|
What makes Icinga Director so special is the fact that it tries to target both
|
||||||
of them at once.
|
of them at once.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
============
|
------------
|
||||||
|
|
||||||
* Icinga 2 (>= 2.4.2)
|
* Icinga 2 (>= 2.4.2)
|
||||||
* Icinga Web 2 (>= 2.2.0)
|
* Icinga Web 2 (>= 2.2.0)
|
||||||
@ -21,17 +22,16 @@ Requirements
|
|||||||
* PostgreSQL: the schema is lacking behind right now, we'll fix this soon. If you want to start testing Director today please use MySQL
|
* PostgreSQL: the schema is lacking behind right now, we'll fix this soon. If you want to start testing Director today please use MySQL
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
============
|
------------
|
||||||
|
|
||||||
Create Icinga Director database
|
### Create Icinga Director database
|
||||||
-------------------------------
|
|
||||||
|
|
||||||
### MySQL
|
#### MySQL
|
||||||
|
|
||||||
mysql -e "CREATE DATABASE director CHARACTER SET 'utf8';
|
mysql -e "CREATE DATABASE director CHARACTER SET 'utf8';
|
||||||
GRANT ALL ON director.* TO director@localhost IDENTIFIED BY 'some-password';"
|
GRANT ALL ON director.* TO director@localhost IDENTIFIED BY 'some-password';"
|
||||||
|
|
||||||
### PostgreSQL
|
#### PostgreSQL
|
||||||
|
|
||||||
CREATE DATABASE director WITH ENCODING 'UTF8';
|
CREATE DATABASE director WITH ENCODING 'UTF8';
|
||||||
CREATE USER director WITH PASSWORD 'some-password';
|
CREATE USER director WITH PASSWORD 'some-password';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user