Meine kleine Dokumentation

Die Installationsdokumentation zu MeineKleineFarm.net

Benutzer-Werkzeuge

Webseiten-Werkzeuge


linux_dash

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
linux_dash [2016/11/03 15:43] xenadminlinux_dash [2016/11/09 19:56] (aktuell) xenadmin
Zeile 1: Zeile 1:
 ====== Linux Dash ====== ====== Linux Dash ======
-Quellen  * https://linux-dash.github.io/+**Quellen:** 
 +  * https://linux-dash.github.io/
   * https://httpd.apache.org/docs/current/howto/auth.html   * https://httpd.apache.org/docs/current/howto/auth.html
  
Zeile 7: Zeile 8:
  
 git clone --depth 1 https://github.com/linux-dash/linux-dash.git /var/www/html/meinekleinefarm.net/dash/ git clone --depth 1 https://github.com/linux-dash/linux-dash.git /var/www/html/meinekleinefarm.net/dash/
 +</code>
 +  * <code git>
 Cloning into 'dash'... Cloning into 'dash'...
 remote: Counting objects: 78, done. remote: Counting objects: 78, done.
Zeile 13: Zeile 16:
 Unpacking objects: 100% (78/78), done. Unpacking objects: 100% (78/78), done.
 Checking connectivity... done. Checking connectivity... done.
 +</code> 
 +<code bash>
 chown www-data:www-data -R /var/www/html/ chown www-data:www-data -R /var/www/html/
 +</code> 
 +Das Monitoring Dashboard über [[apache2_basic_authentication|Apache2 Basic Authentication]] absichern. 
 +<code bash>
 htpasswd -B -c /etc/apache2/.htpasswd demo-user htpasswd -B -c /etc/apache2/.htpasswd demo-user
 New password: New password:
Zeile 25: Zeile 31:
 Re-type new password: Re-type new password:
 Adding password for user demo-user2 Adding password for user demo-user2
 +</code> 
 +<code bash>
 nano /etc/apache2/sites-available/dash.meinekleinefarm.net.conf nano /etc/apache2/sites-available/dash.meinekleinefarm.net.conf
 </code> </code>
 +<hidden dash.meinekleinefarm.net.conf -edit>
 <code apache dash.meinekleinefarm.net.conf> <code apache dash.meinekleinefarm.net.conf>
 <VirtualHost *:80> <VirtualHost *:80>
Zeile 72: Zeile 80:
 </IfModule> </IfModule>
 </code> </code>
 +</hidden>
 +
 <code bash> <code bash>
 a2ensite dash.meinekleinefarm.net.conf a2ensite dash.meinekleinefarm.net.conf
 service apache2 reload service apache2 reload
 </code> </code>
linux_dash.1478187833.txt.gz · Zuletzt geändert: 2016/11/03 15:43 von xenadmin