tree: ed012a47a74ec1e954283a7b70905fbe2fee5d8c [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. .prettierrc
  12. .stylelintrc
  13. config-overrides.js
  14. Dockerfile
  15. nginx.conf
  16. package-lock.json
  17. package.json
  18. pom.xml
  19. README.md
  20. tsconfig.json
  21. tsconfig.paths.json
  22. website-docker.sh
inlong-website/README.md

About WebSite

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

Build

mvn package -DskipTests -Pdocker -pl inlong-website

Run

docker run -d --name website -e MANAGER_API_ADDRESS=127.0.0.1:8083 -p 80:80 inlong/website