f982995f2b
ok jasper@ sthen@
23 lines
761 B
Plaintext
23 lines
761 B
Plaintext
$OpenBSD: README,v 1.2 2011/06/02 13:41:39 ajacoutot Exp $
|
|
|
|
+-----------------------------------------------------------------------
|
|
| Running ${FULLPKGNAME} on OpenBSD
|
|
+-----------------------------------------------------------------------
|
|
|
|
SQL> GRANT USAGE ON *.* TO 'icinga_web'@'localhost' IDENTIFIED BY 'icinga_web';
|
|
SQL> GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER, INDEX ON icinga_web.* TO 'icinga_web'@'localhost';
|
|
SQL> FLUSH PRIVILEGES;
|
|
|
|
app/config/databases.xml
|
|
Change the credentials for your database connection
|
|
|
|
app/modules/Web/config/module.xml
|
|
Go to the appkit.factories section and change the path and the
|
|
credentials for the icinga-api
|
|
|
|
default
|
|
User: root
|
|
Pass: password
|
|
|
|
|