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
d1fefe16a3
commit
7eebc0b5b7
@ -41,6 +41,12 @@ Please note that some views do not work without a metric backend (e.g., the Syst
|
|||||||
|
|
||||||
## Howto Build and Run
|
## Howto Build and Run
|
||||||
|
|
||||||
|
There is a Makefile to automate the build of cc-backend. The Makefile supports the following targets:
|
||||||
|
* `$ make`: Initialize `var` directory and build svelte frontend and backend binary. Please note that there is no proper prerequesite handling. Any change of frontend source files will trigger a omplete rebuild.
|
||||||
|
* `$ make clean`: Clean go build cache and remove binary
|
||||||
|
* `$ make test`: Run the tests that are also run in the GitHub workflow setup.
|
||||||
|
|
||||||
|
A common workflow to setup cc-backend fron scratch is:
|
||||||
```sh
|
```sh
|
||||||
git clone git@github.com:ClusterCockpit/cc-backend.git
|
git clone git@github.com:ClusterCockpit/cc-backend.git
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user