From 3c04a3c03022d0e36f6af3ced5f1d710c801fa19 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Thu, 22 Feb 2024 17:28:07 -0500 Subject: [PATCH] Decomissioned fnndsc.childrens.harvard.edu --- docs/internal/deployments/data.tsx | 50 +++++++----------------------- 1 file changed, 11 insertions(+), 39 deletions(-) diff --git a/docs/internal/deployments/data.tsx b/docs/internal/deployments/data.tsx index e6d2b14..f4a4583 100644 --- a/docs/internal/deployments/data.tsx +++ b/docs/internal/deployments/data.tsx @@ -4,18 +4,26 @@ import Link from "@docusaurus/Link"; const deployments: DeploymentInfo[] = [ { - url: "https://app1.chrisproject.org", + url: "https://app.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" + value: "https://console.apps.shift.nerc.mghpcc.org/k8s/ns/hosting-of-medical-image-analysis-platform-dcb83b/buildconfigs/app-chrisproject-org" }, description: "ChRIS_ui for CUBE1", host: "NERC (OpenShift)", + notes: ( + + Automatic latest build of{" "} + + https://github.com/FNNDSC/ChRIS_ui + {" "} + master branch. + ), isChris: true, public: true }, { - url: "https://cube1.chrisproject.org/api/v1/", + url: "https://cube.chrisproject.org/api/v1/", src: { type: SrcType.GitHub, value: "https://github.com/FNNDSC/NERC/tree/master/cube1" @@ -88,42 +96,6 @@ const deployments: DeploymentInfo[] = [ isChris: false, public: true }, - { - url: "https://cube.chrisproject.org/api/v1/", - description: ( - - Public demo CUBE. Very outdated - - ), - host: "fnndsc.tch.harvard.edu (docker-compose)", - src: { - type: SrcType.Path, - value: "/home/jorge.bernal/cube.chrisproject.org", - }, - isChris: true, - public: true, - }, - { - url: "https://app.chrisproject.org", - description: "Public ChRIS_ui connected to https://cube.chrisproject.org", - host: "NERC (OpenShift)", - src: { - type: SrcType.OpenShift, - value: - "https://console.apps.shift.nerc.mghpcc.org/k8s/ns/hosting-of-medical-image-analysis-platform-dcb83b/buildconfigs/chrisui", - }, - isChris: true, - public: true, - notes: ( - - Automatic latest build of{" "} - - https://github.com/FNNDSC/ChRIS_ui - {" "} - master branch. - - ), - }, { url: "https://app.fetalmri.org", description: "Fetal MRI dataset browser",