Files
Duansg b1b242f9bf
Backend CI / backend-build (push) Has been cancelled
Backend CI / backend-maven-e2e (push) Has been cancelled
Frontend CI / build (push) Has been cancelled
License Checker / check-license-header (push) Has been cancelled
MCP Bash Server CI / Test MCP Bash Server (dev) (push) Has been cancelled
MCP Bash Server CI / Test MCP Bash Server (release) (push) Has been cancelled
Backend CI / backend-image-e2e (push) Has been cancelled
[chore] upgrade hertzbeat version (#4255)
2026-07-28 09:40:56 +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