Nástroje používateľa

Nástoje správy stránok


linux:weewx

Rozdiely

Tu môžete vidieť rozdiely medzi vybranou verziou a aktuálnou verziou danej stránky.

Odkaz na tento prehľad zmien

Nasledujúca revízia
Predchádzajúca revízia
linux:weewx [2018/04/02 11:37]
ma3x vytvorené
linux:weewx [2018/04/03 22:40] (aktuálne)
ma3x
Riadok 1: Riadok 1:
 +
 ====== Weewx web for weather station Ventus W831 ====== ====== Weewx web for weather station Ventus W831 ======
  
 http://​www.weewx.com/​ http://​www.weewx.com/​
 +https://​mahler.io/​2015/​01/​internet-vejrstation/​
  
 ===== Installation ===== ===== Installation =====
-Installatian ​+ 
 +Setup local timezone in Armbian: 
 +<​code>​ 
 +dpkg-reconfigure tzdata 
 +</​code>​ 
 + 
 +<WRAP center round important 100%> 
 +Warning! Local time in server machine has to match with time in weather station! 
 +</​WRAP>​ 
 + 
 +Installation from debian package: ​
 http://​www.weewx.com/​docs/​debian.htm http://​www.weewx.com/​docs/​debian.htm
 +
 +==== Install light http server ====
 +<​code>​
 +apt-get install lighttpd
 +</​code>​
 +
 +==== Install Bootstrap themplate ====
 +https://​github.com/​brewster76/​fuzzy-archer/​blob/​master/​INSTALL
 +
 +  - Install true type fonts 
 +<​code>​
 +apt-get install ttf-freefont
 +</​code>​
 +
 +  - Download plugin from releases list in tar.gz format. https://​github.com/​brewster76/​fuzzy-archer/​releases
 +  - Enter command:
 +<​code>​
 +sudo wee_extension --install=<​path/​to/​tar.gz>​
 +</​code>​
 +
 +  - Bootstrap web page will be generated in /​var/​www/​html/​weewx/​Bootstrap/​ directory
 +
linux/weewx.1522661830.txt.gz · Posledná úprava: 2018/04/02 11:37 od ma3x