Skip to content

Commit bcbee4c

Browse files
committed
Streamline product name to Icinga Web in doc/02-Installation.md and doc/02-Installation.md.d/From-Source.md
1 parent ffb95ec commit bcbee4c

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

doc/02-Installation.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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
55
system 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)
88
and [Icinga DB](https://icinga.com/docs/icinga-db) to monitor your infrastructure. Additionally, a web server (e.g. Apache or Nginx),
99
PHP 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
2121
please make sure to read the [upgrading](80-Upgrading.md#upgrading) section
2222
thoroughly.
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.
4141
Please follow the steps listed for your target database,
4242
which 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

6060
Allow authenticated sessions for the `icingaweb` database user from anywhere by modifying the `pg_hba.conf` file.
6161
The 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.
116116
In 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

doc/02-Installation.md.d/From-Source.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Install Icinga Web 2 from Source
1+
# Install Icinga Web from Source
22

3-
Although the preferred way of installing Icinga Web 2 is to use packages, it is also possible to install Icinga Web 2
3+
Although the preferred way of installing Icinga Web is to use packages, it is also possible to install Icinga Web
44
directly from source.
55

66
## Getting the Source <a id="getting-the-source"></a>
@@ -51,9 +51,9 @@ yum install php php-gd php-intl
5151

5252
The setup wizard will check the pre-requisites later on.
5353

54-
## Installing Icinga Web 2 <a id="installing-from-source-example"></a>
54+
## Installing Icinga Web <a id="installing-from-source-example"></a>
5555

56-
Choose a target directory and move Icinga Web 2 there.
56+
Choose a target directory and move Icinga Web there.
5757

5858
```bash
5959
mv icingaweb2 /usr/share/icingaweb2
@@ -96,7 +96,7 @@ Example for Apache on Alpine Linux:
9696
icingacli setup config webserver apache --document-root /usr/share/webapps/icingaweb2/public > /etc/apache2/conf.d/icingaweb2.conf
9797
```
9898

99-
## Preparing Icinga Web 2 Setup <a id="preparing-web-setup-from-source"></a>
99+
## Preparing Icinga Web Setup <a id="preparing-web-setup-from-source"></a>
100100

101101
Because both web and CLI must have access to configuration and logs, permissions will be managed using a special
102102
system group. The web server user and CLI user have to be added to this system group.

0 commit comments

Comments
 (0)