tree: 007326e1ad433760e0fbf23b8668356545c0becb [path history] [tgz]
  1. mock/
  2. public/
  3. shell/
  4. src/
  5. .env
  6. .env.production
  7. .eslintignore
  8. .eslintrc
  9. .gitignore
  10. .headerignore
  11. .npmrc
  12. .prettierrc
  13. .stylelintrc
  14. config-overrides.js
  15. dashboard-docker.sh
  16. Dockerfile
  17. nginx.conf
  18. package-lock.json
  19. package.json
  20. pom.xml
  21. README.md
  22. tsconfig.json
  23. tsconfig.paths.json
inlong-dashboard/README.md

About Dashboard

This is a dashboard console for us to use the Apache InLong.

Build

  • Use mvn

    mvn package -DskipTests -Pdocker -pl inlong-dashboard
    
  • Use nodejs

    npm run build
    

Run

  • Use docker
    docker run -d --name dashboard -e MANAGER_API_ADDRESS=127.0.0.1:8083 -p 80:80 inlong/dashboard
    

Dev

  • Use nodejs
    npm run dev