- Python >= 3.5
- pipenv
- node >= 8.17.0, npm >= 6.13.4
- ssh with GitHub access to the repositories
This script works on top of the provided StereoPi image.
Run it using ssh:
./install.sh root@stereopi.local
-
Logs of the captive-portal component:
journalctl -u captive-portal@wlan0 -S today -
Logs of the third-i-backend component:
journalctl -u third-i-backend@wlan0 -S today -
Logs of the Nginx proxy:
tail -f /var/log/nginx/access.log tail -f /var/log/nginx/error.log
