ラズベリーパイにWebIOPiをインストールする

WebIOPiをダウンロードします。

$ wget http://sourceforge.net/projects/webiopi/files/WebIOPi-0.7.1.tar.gz

解凍します。

$ tar xvzf WebIOPi-0.7.1.tar.gz

WebIOPiのディレクトリに移動します。

$ 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

「Do you want to access WebIOPi over Internet ? [y/n]」が表示されたら「n」を入力してから「Enter」キーを押します。

参考資料

WebIOPi公式サイト

パッチ