1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Raspberry Pi でNode-REDを開始する

Last updated at Posted at 2018-03-01

バージョン管理ツール「n」を使用した手順を追加しました。
Raspberry Pi でNode-REDを開始する -「n」でバージョン管理編

参照サイト

Node-RED日本ユーザー会
https://nodered.jp/docs/hardware/raspberrypi

Raspbian Stretch Lite の場合はインストールから開始

bash <(curl -sL https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered)

モジュールの最新化

update-nodejs-and-nodered

キャプチャ.PNG

Node-Redの開始

node-red-start

キャプチャ.PNG

ウィンドウを閉じてもNode-REDは終了しません。バックグラウンドで稼働し続けます。
Node-REDを終了するには、 node-red-stop のコマンドを実行します。

Node-RED エディターを開く

キャプチャ.PNG

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?