balena-labs-projects / balena-node-red

a node-red application with balena-supervisor support, can be managed remotely via balena publicURL
Apache License 2.0
60 stars 59 forks source link

Best practices to distribute created flows #10

Open esaheiskanen opened 6 years ago

esaheiskanen commented 6 years ago

Hi!

What are the best practices to distribute created flows to another devices as created flows are stored in device?

kanr commented 5 years ago

Greetings,

There are a few methods that I can recommend, the first, which I am currently using, is git submodules. Node-RED also has a new projects feature although I have not used it with balena with much success yet.

What are the distribution requirements?