This is a dashboard console for us to use the Apache InLong incubator.
-
Use mvn
mvn package -DskipTests -Pdocker -pl inlong-dashboard
-
Use nodejs
npm run build
- Use docker
docker run -d --name dashboard -e MANAGER_API_ADDRESS=127.0.0.1:8083 -p 80:80 inlong/dashboard
- Use nodejs
npm run dev