Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 640 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 640 Bytes

BBB Blinkenlights

Software that operates the Bob & Better Beyster Building Blinkenlights.

For more information, see the Documentation on Google Docs.

Running in Production

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.

Running the Services Manually

To run the server for testing, you can do:

cd blinken/gallery && nohup ./gallery.py &
cd blinken/server && nohup ./server.js &