Meshtastic-Treffen angelegt
[stratum0-wiki.git] / Infodisplay.mw
index 315a8d9..4280069 100644 (file)
@@ -52,3 +52,13 @@ except KeyboardInterrupt:
 finally:
     GPIO.cleanup()
 </pre>
 finally:
     GPIO.cleanup()
 </pre>
+
+
+== Ausrollen von Ã„nderungen aus dem git ==
+
+* Login auf ingodisplay.s0: <code>ssh stratum0@ingodisplay.s0</code>
+* Auf Nutzer infodisplay wechseln: <code>sudo -iu infodisplay</code>
+* Ins Arbeitsverzeichnis wechseln: <code>cd /opt/infodisplay/python-infodisplay</code>
+* Aktualisierungen abrufen: <code>git pull</code>
+* Zurück zum Nutzer stratum0 wechseln: <code>exit</code>
+* Dienst neustarten: <code>sudo systemctl restart infodisplay.service</code>
This page took 0.023492 seconds and 4 git commands to generate.