From 0f4a26439f14920fdf5e6e30fc846d82d1f757f9 Mon Sep 17 00:00:00 2001 From: Larsan Date: Tue, 6 Jun 2017 14:29:01 +0000 Subject: [PATCH] =?utf8?q?/*=20Setup=20*/=20damit=20l=C3=A4uft=20es=20zumi?= =?utf8?q?ndest=20schon=20ein=20bisschen=20mehr=20als=20vorher?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Infodisplay.mw | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Infodisplay.mw b/Infodisplay.mw index 94b2c9e29..535807d25 100644 --- a/Infodisplay.mw +++ b/Infodisplay.mw @@ -29,13 +29,17 @@ Das ganze ist derzeit auf Full-HD optimiert. Da die Software auf einer [http://i Raspbian auf Raspberry Pi installieren. Dann: Pakete installieren: - sudo apt install git firefox-esr xserver-xorg-legacy xserver-xorg x11-xserver-utils cec-utils python3-rpi.gpio nodejs-legacy npm xinit + sudo apt install git firefox-esr xserver-xorg-legacy xserver-xorg x11-xserver-utils cec-utils python3-rpi.gpio npm xinit # oder auch 'firefox', je nach Verfügbarkeit + 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-get install -y nodejs 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 -- 2.20.1