diff --git a/docs/internal/deployments/data.tsx b/docs/internal/deployments/data.tsx index 291c762..c7c69ef 100644 --- a/docs/internal/deployments/data.tsx +++ b/docs/internal/deployments/data.tsx @@ -1,8 +1,87 @@ -import { DeploymentInfo, SrcType } from "./model"; +import {DeploymentInfo, SrcType} from "./model"; import * as React from "react"; import Link from "@docusaurus/Link"; const deployments: DeploymentInfo[] = [ + { + url: "https://app1.chrisproject.org", + src: { + type: SrcType.OpenShift, + value: "https://console.apps.shift.nerc.mghpcc.org/k8s/ns/hosting-of-medical-image-analysis-platform-dcb83b/buildconfigs/app1-chrisproject-org" + }, + description: "ChRIS_ui for CUBE1", + host: "NERC (OpenShift)", + isChris: true, + public: true + }, + { + url: "https://cube1.chrisproject.org/api/v1/", + src: { + type: SrcType.GitHub, + value: "https://github.com/FNNDSC/NERC/tree/master/cube1" + }, + description: (Our first, 100% OpenShift deployment of ChRIS.), + notes: ( +
+ CUBE, pfcon, and all plugin instance jobs are confined to run on a single node. + This is because ReadWriteMany filesystem volumes are not available. + See "The Big Storage Issue." +
+ ), + host: "NERC (OpenShift)", + isChris: true, + public: true + }, + { + url: "https://orthanc.chrisproject.org", + src: { + type: SrcType.GitHub, + value: "https://github.com/FNNDSC/NERC/tree/master/cube1" + }, + description: "Orthanc PACS server for CUBE1", + notes: (+ Login account credentials can be obtained from{' '} + + OpenShift Console + . +
++ The GitHub repository also provides some helpful scripts: +
++
scripts/list_mrns.sh
: lists MRNs of patients in Orthanc
+ scripts/upload2orthanc.sh
: bulk upload of DICOM files to Orthanc
+