Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 450 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 450 Bytes

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