2020年5月18日月曜日

Raspberry Pi(Raspbian Buster)/Debian 10(Buster)/Ubuntu 20.04にNode-REDをインストールする

Node-Redを使用してフロー図によるプログラム開発を行うことができます。

〇Node-REDの画面

ブラウザからhttp://<ホスト名またはIPアドレス>:1880/ にアクセスします。

〇インストール方法
以下のコマンドを実行します。
sudo apt-get update

sudo apt-get -y install build-essential git curl

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

Are you really sure you want to do this ? [y/N] ?
※yを入力します

Would you like to install the Pi-specific nodes ? [y/N] ? 
※Raspberry Piであればy、それ以外はNを入力します

sudo systemctl enable nodered

sudo systemctl start nodered

0 件のコメント:

コメントを投稿