Skip to content
New issue

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][Website] Improve the README document #2116

Closed
1 of 2 tasks
leezng opened this issue Jan 7, 2022 · 0 comments · Fixed by #2128
Closed
1 of 2 tasks

[Improve][Website] Improve the README document #2116

leezng opened this issue Jan 7, 2022 · 0 comments · Fixed by #2128
Milestone

Comments

@leezng
Copy link
Member

leezng commented Jan 7, 2022

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

@dockerzhang dockerzhang added this to the 0.13.0 milestone Jan 10, 2022
@leezng leezng removed their assignment Jan 10, 2022
wgh815600709qq pushed a commit to wgh815600709qq/incubator-inlong that referenced this issue Jan 10, 2022
dockerzhang pushed a commit that referenced this issue Jan 11, 2022
Co-authored-by: johnsomwu <johnsomwu@tencent.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants