2月 17, 2019

Raspberry Piへのnode-redインストール

インストール

Node-RED日本にRasberry Pi用のスクリプトが用意されているので、下記のコマンドを実行するだけで完了。
$ bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
node-redはRasbianのリポジトリにも登録されているので、apt-getでもインストール可能だが、
公式が上記のスクリプトでインストールすることを推奨している。


設定

メモリの早期開放

$ node-red-pi --max-old-space-size=256

自動起動
$ sudo systemctl enable nodered.service


node-redへのアクセス

http://<ip-address>:1880


0 comments:

コメントを投稿