From 80ae0b79e73cae6859c68b9bf17b1da8767a5103 Mon Sep 17 00:00:00 2001 From: plm Date: Wed, 22 Jan 2025 15:08:18 +0100 Subject: [PATCH] add missing oc-shared --- README.md | 16 +++++++++++++++- clone_opencloud_microservices.sh | 1 + 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 664915a..52c3758 100644 --- a/README.md +++ b/README.md @@ -70,4 +70,18 @@ Everything should be operational now, go to http://beta.opencloud.com and enjoy # Prebuilt microservices deployment procedure -TODO \ No newline at end of file +TODO + +# First steps + +Go to http://beta.opencloud.com/users + +Log in using default user/password combo ldapadmin/ldapadmin + +Create a new user, or change the default one + +Go to http://beta.opencloud.com + +Log in using your fresh credentials + +Do stuff \ No newline at end of file diff --git a/clone_opencloud_microservices.sh b/clone_opencloud_microservices.sh index 6733cc4..d4d3258 100755 --- a/clone_opencloud_microservices.sh +++ b/clone_opencloud_microservices.sh @@ -11,6 +11,7 @@ REPOS=( "https://cloud.o-forge.io/core/oc-discovery.git" "https://cloud.o-forge.io/core/oc-monitord.git" "https://cloud.o-forge.io/core/oc-peer.git" + "https://cloud.o-forge.io/core/oc-schared.git" "https://cloud.o-forge.io/core/oc-scheduler.git" "https://cloud.o-forge.io/core/oc-schedulerd.git" "https://cloud.o-forge.io/core/oc-workflow.git"