mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-17 09:40:58 +00:00
Signed-off-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: tomsun28 <tomsun28@outlook.com>
Hertzbeat Web-App
Quickly Start
- Need
Node YarnEnvironment, Make sureNode.js >= 18 - Execute
yarn installinweb-app - Install angular-cli :
yarn global add @angular/cli@15 - Start After Backend Server Available :
ng serve --open
- 需要nodejs npm环境,下载地址:https://nodejs.org/en/download 确保你的版本
Node.js >= 18 - 安装yarn
npm install -g yarn - 在前端工程目录web-app下执行
yarn install --registry=https://registry.npmmirror.com - 全局安装angular-cli
yarn global add @angular/cli@15 --registry=https://registry.npmmirror.com - 待本地后端启动后,在web-app目录下启动本地前端
ng serve --open
Build HertzBeat Install Package
- Execute command in web-app
ng build --configuration production
- Execute command in root
mvn clean install
The HertzBeat install package will at manager/target/hertzbeat-{version}.tar.gz
- Execute command in collector
mvn clean package -Pcluster