tree: 98c97eb6cb8df812d5b99ef5b6c1642591d1fa2b [path history] [tgz]
  1. mock/
  2. public/
  3. scripts/
  4. src/
  5. .env.production
  6. .eslintignore
  7. .eslintrc
  8. .gitignore
  9. .npmrc
  10. .prettierrc
  11. .stylelintrc
  12. craco.config.ts
  13. dashboard-docker.sh
  14. Dockerfile
  15. index.html
  16. nginx.conf
  17. package-lock.json
  18. package.json
  19. pom.xml
  20. README.md
  21. tsconfig.json
  22. vite.config.ts
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