Usage
$ wget http://sourceforge.net/projects/webiopi/files/WebIOPi-0.7.1.tar.gz
$ tar xvzf WebIOPi-0.7.1.tar.gz
$ cd WebIOPi-0.7.1
$ wget https://raw.githubusercontent.com/doublebind/raspi/master/webiopi-pi2bplus.patch
$ patch -p1 -i webiopi-pi2bplus.patch
$ sudo ./setup.sh
How to Start WebIOPi
Follow the steps below if Raspbian is installed by NOOBS later than 1.4.2.
$ cd /etc/systemd/system/
$ sudo wget https://raw.githubusercontent.com/doublebind/raspi/master/webiopi.service
$ sudo systemctl start webiopi
$ sudo systemctl enable webiopi
WebIOPi 실행하기
WeIOPi를 백그라운드에서 실행이 되도록 start 명령어를 실행하자.
추가로 라즈베리파이가 부팅 시, 자동으로 WebIOPi가 실행이 될 수 있도록 update-rc.d 에 등록하자.
pi@rasplay /var/www/WebIOPi-0.6.0 $ sudo /etc/init.d/webiopi start
pi@rasplay /var/www/WebIOPi-0.6.0 $ sudo update-rc.d webiopi defaults
update-rc.d: using dependency based boot sequencing |
pi@rasplay /var/www/WebIOPi-0.6.0 $
'Tech > 라즈베리파이' 카테고리의 다른 글
라즈베리파이용 MicroSD카드 포멧하기 - GUIFormat (0) | 2018.09.10 |
---|---|
RaspberryPi3 + AVS (Alexa Voice Service) 라즈베리파이+알렉사 (0) | 2017.09.08 |
라즈베리파이3 RaspberryPi3 - 기본설정 Basic Setting (0) | 2017.09.08 |
IoT - 쿠도이노, 스카이디스크 (0) | 2017.07.25 |
라즈베리파이3 - 모션센서 PIR (0) | 2017.03.27 |