From 8cea7fcbb27905fd3dfa82de5c508ffdf2458a1c Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Sat, 5 Nov 2022 07:48:53 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6766c91..3a519b1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ We provide a shell skript that downloads demo data and automatically builds and You need `wget`, `go`, and `yarn` in your path to start the demo. The demo will download 32MB of data (223MB on disk). ```sh -git clone git@github.com:ClusterCockpit/cc-backend.git +git clone https://github.com/ClusterCockpit/cc-backend.git cd ./cc-backend ./startDemo.sh ``` @@ -48,7 +48,7 @@ There is a Makefile to automate the build of cc-backend. The Makefile supports t A common workflow to setup cc-backend fron scratch is: ```sh -git clone git@github.com:ClusterCockpit/cc-backend.git +git clone https://github.com/ClusterCockpit/cc-backend.git # Build binary cd ./cc-backend/ From bf15bdd003f9e55c114b5eab6011ea543cf0896f Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Sat, 5 Nov 2022 07:51:08 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a519b1..3849770 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ You find more detailed information here: * `./configs/README.md`: Infos about configuration and setup of cc-backend. * `./init/README.md`: Infos on how to setup cc-backend as systemd service on Linux. * `./tools/README.md`: Infos on the JWT authorizatin token workflows in ClusterCockpit. +* `./docs`: You can find further documentation here. There is also a Hands-on tutorial that is recommended to get familiar with the ClusterCockpit setup. ## Demo Setup