Raspberry Pi OSにはNode-REDがインストールされていない?
3028 ワード
Raspberry Pi OSにはNode-REDがインストールされていないようなので、インストール方法についてメモしておくことにした。
インストール
※参考:Raspberry Piで実行する : Node-RED日本ユーザ会
-
Node-REDのインストーラをダウンロードし、実行する。
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
Running Node-RED install for user pi at /home/pi on raspbian This can take 20-30 minutes on the slower Pi versions - please wait. Stop Node-RED ✔ Remove old version of Node-RED ✔ Remove old version of Node.js ✔ Install Node.js LTS ✔ Node v12.18.2 Npm 6.14.7 Clean npm cache ✔ Install Node-RED core ✔ 1.1.2 Move global nodes to local ✔ Install extra Pi nodes ✔ Npm rebuild existing nodes ✔ Add shortcut commands ✔ Update systemd script ✔ Any errors will be logged to /var/log/nodered-install.log
All done. You can now start Node-RED with the command node-red-start or using the icon under Menu / Programming / Node-RED Then point your browser to localhost:1880 or http://{your_pi_ip-address}:1880 Started Thu Jun 21 12:34:44 UTC 2018 - Finished Thu Jun 21 12:48:37 UTC 2018
-
X Windowの場合、デスクトップから[Menu]-[Programming]-[Node-RED]を開く。
-
自ユーザのみの場合、次のコマンドで起動/停止する。
$ node-red-start $ node-red-stop
-
デーモンとして扱う場合、次のコマンドで起動/停止する。
$ sudo systemctl start nodered.service $ sudo systemctl stop nodered.service
-
-
ブラウザでNode-REDにアクセスする。
設定
-
システム起動時に自動起動する場合、次のコマンドで設定/解除する。
$ sudo systemctl enable nodered.service $ sudo systemctl disable nodered.service
Author And Source
この問題について(Raspberry Pi OSにはNode-REDがインストールされていない?), 我々は、より多くの情報をここで見つけました https://qiita.com/homelan/items/07b7308e1fe8b1b0a0b5著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .