【メモ書き】Node-Red構築
前置き
Webアプリを作りたいけど環境構築が素人には難しい。
Node-Redは環境構築、開発、運用が簡単のため使用することにした。
1.環境構築
VMWware ESXi上にサーバを構築した。
◆ サーバスペック
開発環境と検証環境を用意したいので余裕のある構成にした。
OS Ubuntu Linux (64 ビット)
CPU 2 Core
MEM 4GB
SSD 64GB
2.インストール手順
公式ドキュメントに記載されている手順通り実行する。
・公式ドキュメント
https://nodered.jp/docs/getting-started/raspberrypi
◆ Node-Redインストール
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
3.Node-Red起動方法
◆ Node-Red起動
node-red-start
◆ スタートアップ登録
sudo systemctl enable nodered.service
◆ 複数起動したい場合
一時的に環境を増やしたい場合は以下のようにコマンドを実行する。
node-red -p [ポート名] -u [保存ディレクトリ]
node-red -p 1881 -u ~/2ndUser
Author And Source
この問題について(【メモ書き】Node-Red構築), 我々は、より多くの情報をここで見つけました https://qiita.com/iona-emeria/items/fd02b73cbed10021072b著者帰属:元の著者の情報は、元の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 .