ewust / blinken

BBB Blinkenlights Server Software

Home Page:https://blinken.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 &

About

BBB Blinkenlights Server Software

https://blinken.org


Languages

Language:JavaScript 56.3%Language:HTML 20.0%Language:Python 15.3%Language:Smarty 5.8%Language:CSS 2.6%