Updated Design: Runnable Project (markdown)

Nick O'Leary 2018-03-21 10:38:18 +00:00
parent 272a42723e
commit 124faab06a
1 changed files with 8 additions and 0 deletions

@ -21,4 +21,12 @@ We can't quite do this today. Here are the missing pieces:
The package would provide an npm start script that runs node-red with the appropriate command-line args.
### Runtime settings
When deploying the project, there will also be a need to have the runtime settings provided. These are not normally part of a project generated by Node-RED. The question is whether we have some tooling support to generate, or we just document how to do it.
### Dockerfile
We should also have an example Dockerfile that can be used to build and run a project.