Files
hertzbeat/web-app
47538dbc1a feat(observability): add Angular three-signal transition (#4195)
Signed-off-by: Duansg <siguoduan@gmail.com>
Signed-off-by: Tomsun28 <tomsun28@outlook.com>
Co-authored-by: Duansg <siguoduan@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Tomsun28 <tomsun28@outlook.com>
Co-authored-by: aias00 <liuhongyu@apache.org>
2026-07-16 20:39:17 +08:00
..
2021-11-27 22:21:52 +08:00
2021-11-27 22:21:52 +08:00
2021-11-27 22:21:52 +08:00
2021-11-27 22:21:52 +08:00

HertzBeat Web-App

Note

HertzBeat Web-App is a fork to ng-alain. Check LICENSE and license-ng-alain.txt for more details.

Quickly Start

  1. Need Node Pnpm Environment, Make sure Node.js >= 18
  2. Install yarn if not existed npm install -g pnpm
  3. Execute pnpm install or pnpm install --registry=https://registry.npmmirror.com in web-app
  4. Start After Backend Server Available : pnpm start

Build HertzBeat Install Package

  1. Execute command in web-app

    pnpm package

  2. Execute command in root

    mvn clean install

    The HertzBeat install package will at manager/target/hertzbeat-{version}.tar.gz

  3. Execute command in collector

    mvn clean package -Pcluster