Skip to content

Sunrise simulator lighting system written in Python for the Raspberry Pi

Notifications You must be signed in to change notification settings

mikeboehm/Aurora

Repository files navigation

Add the following to /etc/rc.local before 'exit 0'

rabbitmqctl start_app
python /home/pi/code/aurora-web/server.py &
python /home/pi/code/Aurora/aurora_exec.py &
sudo pip install requests
sudo gem install lifx-http

Add to your .bashrc file

export RACK_ENV=production

Dependencies:

  • dateutil

sudo pip install python-dateutil

Current rc.local config:

nohup lifx-http >> /home/pi/code/logs/lifx-http.log &
nohup python /home/pi/code/aurora-web/server.py >> /home/pi/code/logs/aurora-web.log &
nohup python /home/pi/code/Aurora/aurora_exec.py >> /home/pi/code/logs/aurora_exec.log &

About

Sunrise simulator lighting system written in Python for the Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published