From 62e1ab37dbc08a111033ae1cdbe9cb741ab65535 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Tue, 31 Jan 2023 18:47:44 +0100 Subject: [PATCH] Fix minor issues in mwm-developer-setup Signed-off-by: Jordi Massaguer Pla --- guidelines/mwm-developer-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guidelines/mwm-developer-setup.md b/guidelines/mwm-developer-setup.md index e1a3e8891..cc5b2cb22 100755 --- a/guidelines/mwm-developer-setup.md +++ b/guidelines/mwm-developer-setup.md @@ -26,7 +26,7 @@ Note. if you already have docker container for Minio Rabbit etc running Stop these. ### steps -- following the qickstart here https://argoproj.github.io/argo-workflows/quick-start/ but change to namespace to suit. ie +- following the quickstart here https://argoproj.github.io/argo-workflows/quick-start/ but change to namespace to suit. ie - `kubectl create ns argo` - `kubectl apply -n argo -f https://raw.githubusercontent.com/argoproj/argo-workflows/master/manifests/quick-start-postgres.yaml` @@ -259,7 +259,7 @@ Although it has its own repo and is separate from the Workflow Manager, I have i Once deployed - exec into the running container ie `kubectl -n monai exec -it mig-monai-797f584bf9-9tw8j -- bash` -- install curl `apt update;apy install curl -y` +- install curl `apt update;apt install curl -y` - add the default AETitle `curl -H 'Content-Type: application/json-patch+json' -d '{"aeTitle": "MonaiSCU","name": "Monai WFM"}' mig-monai:5000/config/ae` - `exit`