mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Update README.md
This commit is contained in:
parent
affcba441b
commit
2c56bfd89e
15
README.md
15
README.md
@ -57,10 +57,23 @@ git clone https://github.com/ClusterCockpit/cc-backend.git
|
|||||||
cd ./cc-backend
|
cd ./cc-backend
|
||||||
./startDemo.sh
|
./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.
|
You can access the web interface at http://localhost:8080.
|
||||||
Credentials for login are `demo:demo`.
|
Credentials for login are `demo:demo`.
|
||||||
Please note that some views do not work without a metric backend (e.g., the
|
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
|
## Howto build and run
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user