Software that operates the Bob & Better Beyster Building Blinkenlights.
For more information, see the Documentation on Google Docs.
The services should be installed through systemd and set to run on boot. To restart them:
systemctl restart gallery
systemctl restart blinken
To view logs, use journalctl
.
To run the server for testing, you can do:
cd blinken/gallery && nohup ./gallery.py &
cd blinken/server && nohup ./server.js &