From 2c56bfd89e14cbce6355b9ce7059523244935298 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Thu, 29 Jun 2023 15:16:21 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bd3c07..81bc017 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,23 @@ git clone https://github.com/ClusterCockpit/cc-backend.git cd ./cc-backend ./startDemo.sh ``` + +You can also try the demo using the lates release binary. +Create a folder and put the release binary `cc-backend` into this folder. +Execute the following steps: +``` +$ ./cc-backend -init +$ vim config.json (Add a second cluster entry and name the clusters alex and fritz) +$ wget https://hpc-mover.rrze.uni-erlangen.de/HPC-Data/0x7b58aefb/eig7ahyo6fo2bais0ephuf2aitohv1ai/job-archive-demo.tar +$ tar xf job-archive-demo.tar +$ ./cc-backend -init-db -add-user demo:admin:demo -loglevel info +$ ./cc-backend -server -dev -loglevel info +``` + You can access the web interface at http://localhost:8080. Credentials for login are `demo:demo`. Please note that some views do not work without a metric backend (e.g., the -Systems and Status views). +Analysis, Systems and Status views). ## Howto build and run