2019-08-14 08:48:50 +00:00
|
|
|
[
|
|
|
|
{ type: install
|
|
|
|
message: <<EOM
|
2015-10-05 18:32:09 +00:00
|
|
|
Sample configuration files for Apache and NGinx have been installed in:
|
|
|
|
%%EXAMPLESDIR%%
|
|
|
|
|
2015-11-16 15:47:47 +00:00
|
|
|
Be sure to enable PHP and rewrite support in your web server.
|
2015-10-05 18:32:09 +00:00
|
|
|
|
|
|
|
Now create a configuration token:
|
|
|
|
cd %%WWWDIR%% && ./bin/icingacli setup token create --config=%%ETCDIR%%
|
|
|
|
|
|
|
|
Enter this token on Icinga Web 2's setup interface at
|
|
|
|
http://localhost/icingaweb2/setup
|
2015-10-08 14:07:20 +00:00
|
|
|
|
|
|
|
If you like to create the database schemas manually, you can find the
|
|
|
|
SQL files at %%WWWDIR%%/etc/schema
|
2017-11-28 14:18:32 +00:00
|
|
|
|
|
|
|
Be sure to always read the upgrading instructions and update database schemas
|
|
|
|
if needed: https://www.icinga.com/docs/icingaweb2/latest/doc/80-Upgrading/
|
2019-08-14 08:48:50 +00:00
|
|
|
EOM
|
|
|
|
}
|
|
|
|
]
|