Gulivertx / cbatmo

A Netatmo Weather Station Web-APP for Raspberry Pi & official Raspberry touchscreen
MIT License
88 stars 13 forks source link

Install from RPI without build steps from another computer #34

Closed Gulivertx closed 1 year ago

Gulivertx commented 4 years ago

There is a need to have a new install script which MUST work from Raspberry.

As there is not anymore compiled keys (darksky, netatmo...) as previous versions but now include in .env where they are dynamically used there is no need anymore to compile each time the app before to deploy to a Raspberry when user did not make any change in the code.

The idea is to have an install.sh script which can be call from curl request into a Raspberry and directly install CBatmo, prepare the RPI for auto login and start CBatmo in kiosk mode via Webkit2-GTK during boot sequence.