Skip to content

benrussell80/christmas-lights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start

sudo systemctl start nginx sudo venv/bin/python -m gunicorn --bind 127.0.0.1:5000 'server:create_app()'

Stop

ps aux | grep python # get pid sudo kill {pid} sudo venv/bin/python off.py

TODO

  • Convert configuration to TOML or equivalent

About

Programmable lights set to music on raspberry pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published