MONAI Deploy Workflow Manager
July 25, 2022 ยท View on GitHub
๐ก If you want to know more about MONAI Deploy WG vision, overall structure, and guidelines, please read MONAI Deploy first.
MONAI Deploy Workflow Manager
This repository contains the Workflow Manager subsystem, part of MONAI Deploy. Please refer to the main MONAI Deploy repo for more details.
Build
Prerequisites
Development Environment
During development, change any settings inside the appsettings.Development.json file.
First, export the following environment variable before executing dotnet run:
Linux
export DOTNET_ENVIRONMENT=Development
Powershell
$env:DOTNET_ENVIRONMENT="Development"
Building MONAI Workflow Manager
cd src && dotnet build
Contributing
For guidance on making a contribution to MONAI Deploy Workflow Manager, see the contributing guidelines.
Community
To participate, please join the MONAI Deploy Workflow Manager weekly meetings on the calendar and review the meeting notes.
Join the conversation on Twitter @ProjectMONAI or join our Slack channel.
Ask and answer questions over on MONAI Deploy Workflow Manager's GitHub Discussions tab.
Links
- Website: https://monai.io
- Code: https://github.com/Project-MONAI/monai-deploy-workflow-manager
- Project tracker: https://github.com/Project-MONAI/monai-deploy-workflow-manager/projects
- Issue tracker: https://github.com/Project-MONAI/monai-deploy-workflow-manager/issues
- Test status: https://github.com/Project-MONAI/monai-deploy-workflow-manager/actions