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]]