mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-17 09:40:58 +00:00
Co-authored-by: Logic <zqr10159@dromara.org> Co-authored-by: Duansg <siguoduan@gmail.com>
861 B
861 B
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
- Need
Node PnpmEnvironment, Make sureNode.js >= 18 - Install yarn if not existed
npm install -g pnpm - Execute
pnpm installorpnpm install --registry=https://registry.npmmirror.cominweb-app - Start After Backend Server Available :
pnpm start
Build HertzBeat Install Package
-
Execute command in web-app
pnpm package -
Execute command in root
mvn clean installThe HertzBeat install package will at
manager/target/hertzbeat-{version}.tar.gz -
Execute command in collector
mvn clean package -Pcluster