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/04 22:49] xenadminlinux_dash [2016/11/09 19:56] (aktuell) xenadmin
Zeile 1: Zeile 1:
 ====== Linux Dash ====== ====== Linux Dash ======
-Quellen:+**Quellen:**
   * https://linux-dash.github.io/   * https://linux-dash.github.io/
   * https://httpd.apache.org/docs/current/howto/auth.html   * https://httpd.apache.org/docs/current/howto/auth.html
Zeile 8: 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 14: 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 26: 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>
linux_dash.1478299795.txt.gz · Zuletzt geändert: 2016/11/04 22:49 von xenadmin