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: +

+

+

+

+
), + host: "NERC (OpenShift)", + isChris: false, + public: true + }, + { + url: "https://ohif.chrisproject.org", + src: { + type: SrcType.GitHub, + value: "https://github.com/FNNDSC/NERC/tree/master/cube1" + }, + description: ( + + OHIF + {' '} + viewer for the pfdcm filesystem cache of CUBE1. + ), + notes: "Keep in mind that this OHIF displays data stored by PFDCM (which is mostly the same as but is not guaranteed to be the same data as CUBE PACSfiles).", + host: "NERC (OpenShift)", + isChris: false, + public: true + }, { url: "https://cube.chrisproject.org/api/v1/", description: (