Herramientas de usuario

Herramientas del sitio


unattended_installations:installing_up_icinga_web_2

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
Próxima revisiónAmbos lados, revisión siguiente
unattended_installations:installing_up_icinga_web_2 [2015/04/02 14:17] – [Installing Icinga Web 2 from Source] machounattended_installations:installing_up_icinga_web_2 [2015/04/02 14:23] – [Installing Icinga Web 2 from Source] macho
Línea 15: Línea 15:
 Choose a target directory and move Icinga Web 2 there. Choose a target directory and move Icinga Web 2 there.
   mkdir /usr/share/icingaweb2   mkdir /usr/share/icingaweb2
 +  tar -zxvf icingaweb2-06d9e41.tar.gz
   mv icingaweb2 /usr/share/icingaweb2   mv icingaweb2 /usr/share/icingaweb2
 +**Step 3: Configuring the Web Server**
 +Use //**icingacli**// to generate web server configuration for either Apache or nginx.
 +  cd /usr/share/icingaweb2
 +**Apache:**
 +  ./bin/icingacli setup config webserver apache --document-root /usr/share/icingaweb2/public
 +  
 +Save the output as new file in your webserver's configuration directory.
 +
 +**Step 4: Preparing Web Setup**
 +
 +Because both web and CLI must have access to configuration and logs, permissions will be managed using a special system group. The web server user and CLI user have to be added to this system group.
 +
 +Add the system group **icingaweb2** in the first place.
 +  addgroup --system icingaweb2
 +
unattended_installations/installing_up_icinga_web_2.txt · Última modificación: 2022/11/02 17:58 por 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki