/isaax-barge

isaax on Barge RPi (Barge for RPi3)

Primary LanguageShell

isaax on Barge RPi

isaaxBarge RPi (Barge for RPi3) で使えるようにする。

Install

$ 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

Setup

$ 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

Start

[bargee@barge ~]$ sudo /etc/init.d/isaaxd start

Stop

[bargee@barge ~]$ sudo /etc/init.d/isaaxd stop

Restart

It looks like necessary to be affected by updates, although patching is successful after committing. :(

[bargee@barge ~]$ sudo /etc/init.d/isaaxd restart