noflo-ui
noflo-ui copied to clipboard
Workflow: Deploying developed project
We want people to take the applications build with Flowhub (#272) and deploy them to solve real-life problems.
- Setup a runtime that is publically available
- Building the project into something deployable
- Upload the project to the runtime and persist it
- Tagging the new version and writing release notes | #358
- Potentially handle upgrade tasks/issues (example: database migration)
TODO
Define which issues fit into each section of this story
Regarding database migration, that is something which we can handle as a graph. See for example the IndexedDB migration graph in noflo-ui: https://github.com/noflo/noflo-ui/blob/master/graphs/PrepareStorage.fbp
