LightshowPi: Difference between revisions
Jump to navigation
Jump to search
(Created page with " https://bitbucket.org/tom_slick/lightshowpi/overview To install cd ~ git clone https://tom_slick@bitbucket.org/tom_slick/lightshowpi.git cd lighshowpi git fetch && git...") |
No edit summary |
||
| Line 10: | Line 10: | ||
sudo ./install.sh | sudo ./install.sh | ||
Edit config/overrides.cfg (RaspberryPi B+ w/ 8port Sainsmart Relay) | |||
gpio_pins = 21,22,23,24,25,27,28,29 | |||
pin_modes = onoff | |||
Test | |||
sudo python /home/pi/lightshowpi/py/hardware_controller.py --state=flash | |||
Start WebUI | |||
pi@raspberrypi~/lightshowpi/py $ sudo python webapp.py 80 | |||
RaspberryPi | RaspberryPi | ||
[[Category:Linux]] | [[Category:Linux]] | ||
Revision as of 15:39, 30 December 2015
https://bitbucket.org/tom_slick/lightshowpi/overview
To install
cd ~ git clone https://tom_slick@bitbucket.org/tom_slick/lightshowpi.git cd lighshowpi git fetch && git checkout Webui_stable sudo chmod 755 install.sh sudo ./install.sh
Edit config/overrides.cfg (RaspberryPi B+ w/ 8port Sainsmart Relay)
gpio_pins = 21,22,23,24,25,27,28,29 pin_modes = onoff
Test
sudo python /home/pi/lightshowpi/py/hardware_controller.py --state=flash
Start WebUI
pi@raspberrypi~/lightshowpi/py $ sudo python webapp.py 80
RaspberryPi