From 410335c9ffebda328132d211c06c5f3c19aca03c Mon Sep 17 00:00:00 2001 From: David Bericat <6049578+dbericat@users.noreply.github.com> Date: Wed, 7 Sep 2022 16:37:55 -0400 Subject: [PATCH] Update MONAI-Operating-Environments.md Updating some things for clarity. I am seeing developers using the Workstation environment connecting to research PACS and having viewers like OHIF, to showcase progress and get thumbs up from physicians and business stakeholders, before being able to move to an IT operated environment (either Integration Server or Staging directly). Thoughts? Integration Server may not be needed --- guidelines/MONAI-Operating-Environments.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/guidelines/MONAI-Operating-Environments.md b/guidelines/MONAI-Operating-Environments.md index cef5386..d649a34 100644 --- a/guidelines/MONAI-Operating-Environments.md +++ b/guidelines/MONAI-Operating-Environments.md @@ -5,8 +5,8 @@ This is a proposal for the MONAI Deploy Working Group. ## Overview ## This proposal documents the different operating environments that are relevant -for deployment lifecycle from inception to production. The proposal introduces -workstation, development server, staging server, production server and cloud +for the MONAI Application (MAP) lifecycle from inception to production. The proposal introduces +laptop, workstation, integration server, staging server, production server and cloud environments as general environments where software development happens and it tries to highlight the differences in quality and integration attributes that are relevant to each of these environments. @@ -28,8 +28,8 @@ This document SHALL follow the guidance of [rfc 1. [Desktop/Laptop Environment](#desktoplaptop-environment) 2. [Workstation Environment](#workstation-environment) -3. [Development/Integration Server -Environment](#developmentintegration-server-environment) +3. [Integration Server +Environment](#integration-server-environment) 4. [Staging Server Environment](#staging-server-environment) 5. [Production Server Environment](#production-server-environment) 6. [Cloud Environments](#cloud-environments) @@ -101,12 +101,12 @@ and not get much support from centralized IT. **Availability:** best effort -### Development/Integration Server Environment ### +### Integration Server Environment ### A single, multi-user system, where developers, data scientists, and clinicians are collaborating on experimental software versions and new algorithms. -**Users:** Developers, data scientists, IT administrators, and clinicians. +**Users:** Developers, IT administrators, and clinicians. **Operating System:** A native Linux (ex: RedHat, Ubuntu) server environment, where IT administrators and developers MAY install experimental versions of software.