You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ji...@apache.org on 2023/01/03 18:14:34 UTC

[incubator-hugegraph-doc] branch master updated: enhance validate doc (#176)

This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new b3fd514f enhance validate doc (#176)
b3fd514f is described below

commit b3fd514fe47a73eefea8ee0599b03dc3a714bd90
Author: 青年 <10...@qq.com>
AuthorDate: Wed Jan 4 02:14:29 2023 +0800

    enhance validate doc (#176)
---
 .../cn/docs/contribution-guidelines/validate-release.md | 16 ++++++++++++++++
 .../en/docs/contribution-guidelines/validate-release.md | 17 ++++++++++++++++-
 2 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/content/cn/docs/contribution-guidelines/validate-release.md b/content/cn/docs/contribution-guidelines/validate-release.md
index 3ffd52d5..cafd9113 100644
--- a/content/cn/docs/contribution-guidelines/validate-release.md
+++ b/content/cn/docs/contribution-guidelines/validate-release.md
@@ -112,6 +112,22 @@ mvn clean package -Dmaven.test.skip=true -Dcheckstyle.skip=true
 
 1. 文件夹都带有 `incubating`
 2. 存在 `LICENSE` + `NOTICE` 文件并且内容正常
+3. 服务启动
+```bash
+# hugegraph-server
+bin/start-hugegraph.sh
+
+# hugegraph-loader
+bin/hugegraph-loader.sh -f path -g graph -s schema
+
+# hugegraph-hubble
+bin/start-hubble.sh
+
+# hugegraph-computer
+bin/start-computer.sh -d local -r master
+
+更多参考官网: https://hugegraph.apache.org/cn/docs/quickstart
+```
 
 **注:** 如果二进制包里面引入了第三方依赖, 则需要更新 LICENSE, 加入第三方依赖的 LICENSE; 若第三方依赖 LICENSE 是 Apache 2.0, 且对应的项目中包含了 NOTICE, 则还需要更新我们的 NOTICE 文件
 
diff --git a/content/en/docs/contribution-guidelines/validate-release.md b/content/en/docs/contribution-guidelines/validate-release.md
index d69b9de6..273ff25f 100644
--- a/content/en/docs/contribution-guidelines/validate-release.md
+++ b/content/en/docs/contribution-guidelines/validate-release.md
@@ -113,7 +113,22 @@ After decompressing `xxx-hugegraph.tar.gz`, perform the following checks:
 
 1. folders with `incubating`
 2. `LICENSE` and `NOTICE` file exists and the content is normal
-3. Confirm that the signature of each file is normal through the gpg command
+3. start server
+```bash
+# hugegraph-server
+bin/start-hugegraph.sh
+
+# hugegraph-loader
+bin/hugegraph-loader.sh -f path -g graph -s schema
+
+# hugegraph-hubble
+bin/start-hubble.sh
+
+# hugegraph-computer
+bin/start-computer.sh -d local -r master
+
+more reference official website: https://hugegraph.apache.org/cn/docs/quickstart
+```
 
 **Note:** If a third-party dependency is introduced in the binary package, you need to update the LICENSE and add the third-party dependent LICENSE; if the third-party dependent LICENSE is Apache 2.0, and the corresponding project contains NOTICE, you also need to update Our NOTICE file