LightshowPi: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
Start WebUI | Start WebUI | ||
pi@raspberrypi~/lightshowpi/py $ sudo python webapp.py 80 | <strike>pi@raspberrypi~/lightshowpi/py $ sudo python webapp.py 80</strike> | ||
http://rpi-address:8080 | |||
RaspberryPi | RaspberryPi | ||
[[Category:Linux]] | [[Category:Linux]] | ||
Latest revision as of 16:34, 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 80http://rpi-address:8080
RaspberryPi