-Das ganze ist derzeit auf Full-HD optimiert. Da die Software auf einer [http://infodisplay.local:8000 Webseite] basiert (im Fullscreen angezeigt, aus dem Space-Netz erreichbar), ist sie theoretisch auf auf mehreren Displays deploybar.
+Das ganze ist derzeit auf Full-HD optimiert. Da die Software auf einer [http://infodisplay.local:8000 Webseite] basiert (im Fullscreen angezeigt, aus dem Space-Netz erreichbar), ist sie theoretisch auf mehreren Displays deploybar.
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
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
s0infodisplay macht lokal einen HTTP-Server und baut die HTML-Seite:
git clone https://gitli.stratum0.org/kasalehlia/s0infodisplay/
s0infodisplay macht lokal einen HTTP-Server und baut die HTML-Seite:
git clone https://gitli.stratum0.org/kasalehlia/s0infodisplay/
echo 'URL="http://localhost:8000/"' | sudo tee /etc/default/infopoint-html
systemd-logind session activation für den X-Server umgehen:
echo 'URL="http://localhost:8000/"' | sudo tee /etc/default/infopoint-html
systemd-logind session activation für den X-Server umgehen:
systemd-Services installieren:
sudo cp s0infodisplay/s0infodisplay.service s0infodisplay/pirscreencontrol.service infopoint-html/infopoint-html.service /etc/systemd/system/
systemd-Services installieren:
sudo cp s0infodisplay/s0infodisplay.service s0infodisplay/pirscreencontrol.service infopoint-html/infopoint-html.service /etc/systemd/system/
sudo systemctl enable s0infodisplay.service
sudo systemctl enable infopoint-html.service
sudo systemctl enable pirscreencontrol.service
sudo systemctl enable s0infodisplay.service
sudo systemctl enable infopoint-html.service
sudo systemctl enable pirscreencontrol.service