0.0.10 • Published 7 months ago

@droneblocks/node-red-dexi v0.0.10

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Node RED flow development for DEXI

You want to make sure you don't lose any of your flow development. Make sure to map the host "flows" directory to the container directory as shown below. This will store the flow on your host machine if/when the container is destroyed.

docker run -it -p 1880:1880 -v ${PWD}/flows:/data --name dexi-node-red droneblocks/dexi-node-red:latest

Node RED custom node development for DEXI

  1. Clone the repo:
git clone https://github.com/droneblocks/node-red-dexi

cd node-red-dexi
  1. Launch the container from the base node-red image:
docker run -it -p 1880:1880 -v ${PWD}/flows:/data -v ${PWD}:/node-red-dexi --name dexi-node-red nodered/node-red:latest-debian
  1. Connect to the container
docker exec -it dexi-node-red /bin/bash
  1. Install the nodes for local development since we already mapped the host folder node-red-dexi to the container folder /node-red-dexi
npm install /node-red-dexi
  1. Install other nodes
npm install node-red-contrib-ui-led
npm install node-red-node-ui-iframe
  1. Stop and start container to pick up changes.
0.0.10

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago