Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 635 Bytes

File metadata and controls

16 lines (15 loc) · 635 Bytes

Clock Art

Installation

  1. Login to RPi Zero ssh pi@192.168.178.80
  2. Update sudo apt update && sudo apt upgrade -y
  3. Install Python Dependencies pip install flask flask-socketio pyserial eventlet
  4. Create file sudo nano /etc/systemd/system/clock-art.service with content of clock-art.service
  5. Register service
    1. sudo systemctl daemon-reload
    2. sudo systemctl enable clock-art.service
    3. sudo systemctl start clock-art.service
  6. Check service
    1. Status sudo systemctl status clock-art.service
    2. Logs journalctl -u clock-art.service -f
    3. End sudo systemctl stop clock-art.service