From bb9b177f27a9fdd57886c89df266d3d014a90025 Mon Sep 17 00:00:00 2001 From: Daniel Bohrer Date: Fri, 17 Feb 2017 00:14:51 +0000 Subject: [PATCH] setup --- Infodisplay.mw | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Infodisplay.mw b/Infodisplay.mw index 4c8a57737..b6cfd15e6 100644 --- a/Infodisplay.mw +++ b/Infodisplay.mw @@ -24,4 +24,18 @@ Auf dem Infodisplay stehen relevante Informationen zur Verfügung: Das ganze ist derzeit auf Full-HD optimiert. Da die Software auf einer Webseite basiert (im Fullscreen angezeigt), ist sie theoretisch auf auf mehreren Displays deploybar. +== Setup == +Raspbian auf Raspberry Pi installieren. Dann: + sudo apt install firefox xserver-xorg-legacy xserver-xorg # oder auch firefox-esr, je nach Verfügbarkeit + git clone https://gitli.stratum0.org/kasalehlia/s0infodisplay/ # macht lokal einen HTTP-Server und baut die HTML-Seite + git clone https://github.com/rohieb/infopoint-html.git # startet einen Firefox im Vollbild + sudo cp s0infodisplay/s0infodisplay.service infopoint-html/infopoint-html.service /etc/systemd/system/ + sudo systemctl daemon-reload + echo "allowed_users = anybody" | sudo tee /etc/X11/Xwrapper.config # systemd-logind session activation umgehen... + echo 'URL="http://localhost:8000/"' | sudo tee /etc/default/infopoint-html + sudo systemctl enable s0infodisplay.service + sudo systemctl enable infopoint-html.service + + + [[Datei:Bewegungsmelder am Infodisplay-Pi.jpg|thumb|Bewegungsmelder]] -- 2.20.1