tree: 3390936d9d63e08e034725902b231a17a646fe61 [path history] [tgz]
  1. src/
  2. .browserslistrc
  3. .editorconfig
  4. .eslintignore
  5. .eslintrc.js
  6. .gitignore
  7. .prettierignore
  8. .prettierrc.js
  9. .stylelintrc
  10. angular.json
  11. karma.conf.js
  12. ng-alain.json
  13. package.json
  14. proxy.conf.json
  15. README.md
  16. tsconfig.app.json
  17. tsconfig.json
  18. tsconfig.spec.json
  19. yarn.lock
web-app/README.md

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 Yarn Environment, Make sure Node.js >= 18
  2. Install yarn if not existed npm install -g yarn
  3. Execute yarn install or yarn install --registry=https://registry.npmmirror.com in web-app
  4. Start After Backend Server Available : yarn start

Build HertzBeat Install Package

  1. Execute command in web-app

    ng build --configuration production

  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