Benutzer-Werkzeuge

Webseiten-Werkzeuge


remote_ssh_based_gui

Dies ist eine alte Version des Dokuments!


Remote ssh based GUI

 export DISPLAY=:0.0 

Remote browser based GUI

Use lighttpd as minimal webserver on pi

 
 sudo apt-get install lighttpd 
 sudo pip install plotly

Check status

 sudo systemctl status lighttpd 

Set access rights

 
sudo groupadd www-data
sudo usermod -G www-data -a pi
sudo chown -R www-data:www-data /var/www/html
sudo chmod -R 775 /var/www/html
 

restart service

 sudo service lighttpd force-reload 

move html file to be displayed into /var/www/html/

remote browser access html file by:

 http://192.168.1.xx/<filename> 
remote_ssh_based_gui.1584875845.txt.gz · Zuletzt geändert: (Externe Bearbeitung)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki