- 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...
+
+Pakete installieren:
+ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
+ # oder was mittlerweile nach https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions aktuell ist
+
+ sudo apt -y install git firefox-esr xserver-xorg-legacy xserver-xorg x11-xserver-utils cec-utils python3-rpi.gpio npm xinit libicu-dev nodejs
+ # oder auch 'firefox', je nach Verfügbarkeit
+
+s0infodisplay macht lokal einen HTTP-Server und baut die HTML-Seite:
+ git clone https://gitli.stratum0.org/kasalehlia/s0infodisplay/
+ cd s0infodisplay/
+ npm install
+ NODE_ENV=production npm run build
+
+infopoint-html startet einen Firefox im Vollbild:
+ cd
+ git clone https://github.com/rohieb/infopoint-html.git
+ echo -e '#!/bin/sh\nexec /home/pi/infopoint-html/src/infopoint-html' | sudo tee /usr/bin/infopoint-html
+ sudo chmod +x /usr/bin/infopoint-html