projects
/
stratum0-wiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
ad71bf0
)
/* Setup */ Jetzt neu mit python3 statt node.
author
Kasalehlia
<Kasalehlia@stratum0.org/mediawiki>
Tue, 8 May 2018 17:04:38 +0000
(17:04 +0000)
committer
Kasalehlia
<Kasalehlia@stratum0.org/mediawiki>
Tue, 8 May 2018 17:04:38 +0000
(17:04 +0000)
Infodisplay.mw
patch
|
blob
|
history
diff --git
a/Infodisplay.mw
b/Infodisplay.mw
index
788fb52
..
0b917e8
100644
(file)
--- a/
Infodisplay.mw
+++ b/
Infodisplay.mw
@@
-29,9
+29,6
@@
Das ganze ist derzeit auf Full-HD optimiert. Da die Software auf einer [http://i
Raspbian auf Raspberry Pi installieren. Dann:
Pakete installieren:
Raspbian auf Raspberry Pi installieren. Dann:
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 python3-rpi.gpio npm xinit libicu-dev nodejs unattended-upgrades
# oder auch 'firefox', je nach Verfügbarkeit
sudo apt -y install git firefox-esr xserver-xorg-legacy xserver-xorg x11-xserver-utils python3-rpi.gpio npm xinit libicu-dev nodejs unattended-upgrades
# oder auch 'firefox', je nach Verfügbarkeit
@@
-50,8
+47,10
@@
auf yes steht. Dann:
s0infodisplay macht lokal einen HTTP-Server und baut die HTML-Seite:
git clone https://gitli.stratum0.org/kasalehlia/s0infodisplay/
cd s0infodisplay/
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
+ virtualenv env
+ source env/bin/activate
+ pip install -r requirements.txt
+ python3 main.py
infopoint-html startet einen Firefox im Vollbild:
cd
infopoint-html startet einen Firefox im Vollbild:
cd
This page took
0.03095 seconds
and
4
git commands to generate.