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