11<!-- {% if index %} -->
22# Installation <a id =" installation " ></a >
33
4- The preferred way of installing Icinga Web 2 is to use the official package repositories depending on which operating
4+ The preferred way of installing Icinga Web is to use the official package repositories depending on which operating
55system and distribution you are running.
66
7- Before installing Icinga Web 2 , make sure you have installed [ Icinga 2] ( https://icinga.com/docs/icinga-2 )
7+ Before installing Icinga Web, make sure you have installed [ Icinga 2] ( https://icinga.com/docs/icinga-2 )
88and [ Icinga DB] ( https://icinga.com/docs/icinga-db ) to monitor your infrastructure. Additionally, a web server (e.g. Apache or Nginx),
99PHP version ≥ 8.2, and a MySQL (≥8.0), MariaDB (≥10.2.2), or PostgreSQL (≥9.6) database are required.
1010
@@ -17,7 +17,7 @@ for a full list of available community repositories.
1717
1818## Upgrade <a id =" upgrade " ></a >
1919
20- In case you are upgrading from an older version of Icinga Web 2
20+ In case you are upgrading from an older version of Icinga Web
2121please make sure to read the [ upgrading] ( 80-Upgrading.md#upgrading ) section
2222thoroughly.
2323
@@ -32,18 +32,18 @@ or install [from source](02-Installation.md.d/From-Source.md).
3232<!-- {% if rhel or amazon_linux %} -->
3333!!! note
3434
35- If you have SELinux enabled, please ensure to either have the selinux package for Icinga Web 2 installed, or disable it.
35+ If you have SELinux enabled, please ensure to either have the selinux package for Icinga Web installed, or disable it.
3636<!-- {% endif %} -->
3737
3838## Setting up the Database <a id =" setting-up-the-database " ></a >
3939
40- A MySQL (≥8.0), MariaDB (≥10.2.2), or PostgreSQL (≥9.6) database is required to run Icinga Web 2 .
40+ A MySQL (≥8.0), MariaDB (≥10.2.2), or PostgreSQL (≥9.6) database is required to run Icinga Web.
4141Please follow the steps listed for your target database,
4242which guide you through setting up the database and user.
4343
4444### Setting up a MySQL or MariaDB Database
4545
46- Set up a MySQL database for Icinga Web 2 :
46+ Set up a MySQL database for Icinga Web:
4747
4848```
4949# mysql -u root -p
@@ -55,7 +55,7 @@ GRANT ALL ON icingaweb.* TO 'icingaweb'@'localhost';
5555
5656### Setting up a PostgreSQL Database
5757
58- This section walks you through configuring PostgreSQL to work with Icinga Web 2 .
58+ This section walks you through configuring PostgreSQL to work with Icinga Web.
5959
6060Allow authenticated sessions for the ` icingaweb ` database user from anywhere by modifying the ` pg_hba.conf ` file.
6161The location of this file is operating system specific, but can be queried.
@@ -111,8 +111,8 @@ icingacli setup config webserver nginx --document-root /usr/share/icingaweb2/pub
111111
112112## Preparing Web Setup <a id =" prepare-web-setup-from-package " ></a >
113113
114- You can set up Icinga Web 2 quickly and easily with the Icinga Web 2 setup wizard which is available the first time
115- you visit Icinga Web 2 in your browser. When using the web setup you are required to authenticate using a token.
114+ You can set up Icinga Web quickly and easily with the Icinga Web setup wizard which is available the first time
115+ you visit Icinga Web in your browser. When using the web setup you are required to authenticate using a token.
116116In order to generate a token use the ` icingacli ` :
117117
118118``` bash
@@ -127,7 +127,7 @@ icingacli setup token show
127127
128128### Starting Web Setup <a id =" start-web-setup-from-package " ></a >
129129
130- Finally visit Icinga Web 2 in your browser to access the setup wizard and complete the installation:
130+ Finally visit Icinga Web in your browser to access the setup wizard and complete the installation:
131131` /icingaweb2/setup ` .
132132
133133!!! hint
0 commit comments