Files
bsdports/net/icingaweb2/files/pkg-message.in
2019-12-26 07:26:06 +00:00

23 lines
650 B
Plaintext

[
{ type: install
message: <<EOM
Sample configuration files for Apache and NGinx have been installed in:
%%EXAMPLESDIR%%
Be sure to enable PHP and rewrite support in your web server.
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
If you like to create the database schemas manually, you can find the
SQL files at %%WWWDIR%%/etc/schema
Be sure to always read the upgrading instructions and update database schemas
if needed: https://www.icinga.com/docs/icingaweb2/latest/doc/80-Upgrading/
EOM
}
]