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"