0
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 1 year has passed since last update.

FlowForgeでNode-REDを動かすメモ

Posted at

はじめに

FlowForgeはNode-REDプロジェクトと連携するプラットフォームを提供しています。

個人サーバやローカルマシンにインストールするのと同じようにパブリッククラウドにインストールすることができます。
FlowForgeを実行するには、Node.js(v16以上)がインストールされている必要があります。

インストール

ローカルインストールの手順は以下のページに記載されています。

macOSでインストールした手順です。
任意のディレクトリで以下のコマンドを実行します。

$ wget https://github.com/flowforge/installer/releases/latest/download/flowforge-installer.zip
$ unzip flowforge-installer.zip
$ cd flowforge-installer
$ ./install.sh
$ ./bin/flowforge.sh
[2023-06-20T09:46:38.578Z] INFO: FlowForge v1.8.0[2023-06-20T09:46:38.578Z] INFO: FlowForge running with NodeJS v18.14.2
[2023-06-20T09:46:38.578Z] INFO: FlowForge Data Directory: /Users/kitazaki/tmp/20230611/flowforge
[2023-06-20T09:46:38.579Z] INFO: Config File: /Users/kitazaki/tmp/20230611/flowforge/etc/flowforge.yml
[2023-06-20T09:46:38.587Z] INFO: Database driver: sqlite
[2023-06-20T09:46:38.587Z] INFO: Database file: /Users/kitazaki/tmp/20230611/flowforge/var/forge.db
[2023-06-20T09:46:38.665Z] INFO: No license applied
[2023-06-20T09:46:38.666Z] INFO: Usage       : count/limit
[2023-06-20T09:46:38.666Z] INFO:  Users      : 1/150
[2023-06-20T09:46:38.666Z] INFO:  Teams      : 1/50
[2023-06-20T09:46:38.666Z] INFO:  Projects   : 2/50
[2023-06-20T09:46:38.666Z] INFO:  Devices    : 0/50
[2023-06-20T09:46:38.819Z] INFO: Email not configured
[2023-06-20T09:46:38.819Z] WARN: [comms] Broker not configured - comms unavailable
[2023-06-20T09:46:38.843Z] INFO: Container driver: localfs
[2023-06-20T09:46:38.878Z] INFO: Server listening at http://[::1]:3000
[2023-06-20T09:46:38.879Z] INFO: Server listening at http://127.0.0.1:3000
[2023-06-20T09:46:38.879Z] INFO: ****************************************************
[2023-06-20T09:46:38.879Z] INFO: * FlowForge is now running and can be accessed at: *
[2023-06-20T09:46:38.879Z] INFO: *   http://localhost:3000                          *
[2023-06-20T09:46:38.879Z] INFO: ****************************************************

起動後、ブラウザで http://localhost:3000 へアクセスして、セットアップを行います。

img_001.jpg

ユーザ名、Eメールアドレス、パスワードを設定します。

img_002.jpg

「CONTINUE WITH FLOWFORGE CE」をクリックします。

img_003.jpg

利用状況を送信しない場合はチェックボックスのチェックを外して「NEXT」を選択します。

img_004.jpg

ユーザ名とパスワードを入力してログインします。

img_005.jpg

img_006.jpg

プロジェクトとチームを作成します。

img_007.jpg

img_008.jpg

アプリケーションを作成します。

img_011.png

img_010.png

アプリケーションを選択すると、Node-REDが起動します。

img_009.jpg

0
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
0
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?