]> granicus.if.org Git - icinga2/commitdiff
Update documentation.
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 30 Sep 2013 07:04:49 +0000 (09:04 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 30 Sep 2013 07:04:49 +0000 (09:04 +0200)
doc/2.1.4-setting-up-ido.md

index 1d5647425d1a3f7bf3cd2373aef99dcc28273ec2..af661a6d1778c2e3eb89e8fd5ab05d64d97f5a05 100644 (file)
@@ -8,6 +8,8 @@ for MySQL is implemented.
 
 #### Setting up the database
 
+First of all you will need to create a database for Icinga 2:
+
     # mysql -u root -p
 
     mysql> CREATE DATABASE icinga;
@@ -26,7 +28,10 @@ for MySQL is implemented.
 
     mysql> quit
 
-    # cd /path/to/icinga-src/module/idoutils/db/mysql
+After creating the database you can import the Icinga 2 IDO schema using the
+following commands:
+
+    # cd /path/to/icinga-src/components/db_ido_mysql/schema
     # mysql -u root -p icinga < mysql.sql
 
 #### Installing the IDO module