Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 871 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 871 Bytes

quantum-lamps

CI/CD

Docker

Client

curl https://raw.githubusercontent.com/avenmia/quantum-lamps/master/setup.sh | bash -s ws://quantum-lamps-server secret username latest

Server

docker run -d --restart unless-stopped -p 8080:8080 -e SHARED_SECRET=secret -e PORT=8080 avenmia/quantum-lamps-server:latest

Circuit Diagram

Circuit Diagram

Raspberry Pi Deployment

Recommended steps before running setup script:

# Change password for user pi
passwd pi
# Update installed packages
apt-get update && apt-get upgrade -y
# Set locale, timezone, keyboard layout, hostname
raspi-config
# reboot
reboot