leezng opened a new issue #2116:
URL: https://github.com/apache/incubator-inlong/issues/2116


   ### 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?
   
   - [ ] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to