Skip to content

DroneBlocks/node-red-dexi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Launch the container from the base node-red image docker run -it -p 1880:1880 -v ${PWD}/flows:/data -v ${PWD}/node-red-dexi:/node-red-dexi --name dexi-node-red nodered/node-red:latest-minimal

  2. 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

About

Node Red nodes for DEXI drone development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published