isaax を Barge RPi (Barge for RPi3) で使えるようにする。
$ git clone https://github.com/ailispaw/isaax-barge.git
$ cd isaax-barge
$ ssh bargee@<IP Address for Barge RPi> -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "bash -s" < install.sh
-
isaaxをはじめよう に従って、「アプリケーションの準備」まで行う。
-
5. デバイスのセットアップ ( Raspberry Pi ) の「isaax device config」の4〜9を行う。
$ isaax device config
以下のようなエラーが表示されますが、無視します。サービスは手動で起動します。
Error while installing daemon: Service has already been installed
Error while starting daemon: exec: "service": executable file not found in $PATH
Service is stopped
[bargee@barge ~]$ sudo /etc/init.d/isaaxd start
[bargee@barge ~]$ sudo /etc/init.d/isaaxd stop
It looks like necessary to be affected by updates, although patching is successful after committing. :(
[bargee@barge ~]$ sudo /etc/init.d/isaaxd restart