We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the README document, for example, you can distinguish different use environments, nodejs, etc.
Build
Use mvn mvn package -DskipTests -Pdocker -pl inlong-website
Use nodejs npm run build
Run(Use docker) docker run -d --name website -e MANAGER_API_ADDRESS=127.0.0.1:8083 -p 80:80 inlong/website
Dev(Use nodejs) npm run dev
InLong Website
The text was updated successfully, but these errors were encountered:
[INLONG-2116] Improve the Website README document (apache#2116)
9f76c55
[INLONG-2116] Improve the Website README document (#2116) (#2128)
9caffb1
Co-authored-by: johnsomwu <johnsomwu@tencent.com>
Successfully merging a pull request may close this issue.
Description
Improve the README document, for example, you can distinguish different use environments, nodejs, etc.
Build
Use mvn
mvn package -DskipTests -Pdocker -pl inlong-website
Use nodejs
npm run build
Run(Use docker)
docker run -d --name website -e MANAGER_API_ADDRESS=127.0.0.1:8083 -p 80:80 inlong/website
Dev(Use nodejs)
npm run dev
InLong Component
InLong Website
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: