doc: adjust docker desc in readme#2390
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2390 +/- ##
============================================
- Coverage 66.27% 66.21% -0.07%
+ Complexity 830 828 -2
============================================
Files 511 511
Lines 42590 42590
Branches 5941 5941
============================================
- Hits 28227 28201 -26
- Misses 11558 11576 +18
- Partials 2805 2813 +8 ☔ View full report in Codecov by Sentry. |
hugegraph-server/hugegraph-dist/docker/scripts/detect-storage.groovy
Outdated
Show resolved
Hide resolved
hugegraph-server/hugegraph-dist/docker/scripts/detect-storage.groovy
Outdated
Show resolved
Hide resolved
README.md
Outdated
| ### 2. Download Way | ||
| ### 1. Download Way | ||
|
|
||
| Visit [Download Page](https://hugegraph.apache.org/docs/download/download/) and refer the [doc](https://hugegraph.apache.org/docs/quickstart/hugegraph-server/#33-source-code-compilation) |
There was a problem hiding this comment.
seems the refer doc is not for binary release? (use binary pkg instruction link here)
There was a problem hiding this comment.
seems the refer doc is not for binary release? (use binary pkg instruction link here)
Changed.
But it should be adjusted to sync the doc again (in doc the order of how to get hugegraph will be changed)
| <!-- copy the artifacts to root | ||
| directory for better user experience --> | ||
| <!-- REMOVE ME after revision 1.5.0 --> | ||
| <exec executable="cp" | ||
| dir="${project.basedir}" | ||
| failonerror="false"> | ||
| <arg value="-r"/> | ||
| <arg value="../${final.name}"/> | ||
| <arg value="../../${final.name}"/> | ||
| </exec> | ||
| <exec executable="cp" | ||
| dir="${project.basedir}" | ||
| failonerror="false"> | ||
| <arg value="../${final.name}.tar.gz"/> | ||
| <arg value="../../${final.name}.tar.gz"/> | ||
| </exec> |
There was a problem hiding this comment.
Description: due to we already have the release script in dist module, we don't need cp the pkg now
| procps \ | ||
| curl \ | ||
| lsof \ | ||
| vim \ |
There was a problem hiding this comment.
TODO: consider replace with nano or use a more slime way to install it
* fix(dist): update relative path for the 1.2.0 * add docker policy and run server in daemon * fix: use tail to avoid container exit * adjuest the order of quick start * Update hugegraph-server/hugegraph-dist/docker/scripts/detect-storage.groovy * adjust desc * Update README.md * Update pom.xml --------- Co-authored-by: imbajin <[email protected]>
Purpose of the PR
Main Changes
Verifying these changes
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODODoc - DoneDoc - No Need