This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 0cd055f0 optimize doc (#199)
0cd055f0 is described below
commit 0cd055f08c1bb94350cbf5b2a2d1963630535c08
Author: imbajin <[email protected]>
AuthorDate: Wed Feb 15 08:15:15 2023 +0000
optimize doc (#199)
Co-authored-by: imbajin <[email protected]>
c1a7c085f3a4b253537ea185af43394aca0a1c3e
---
cn/docs/_print/index.html | 14 +++++++++----
cn/docs/contribution-guidelines/_print/index.html | 10 +++++++--
cn/docs/contribution-guidelines/index.xml | 10 +++++++--
.../validate-release/index.html | 24 ++++++++++++++--------
cn/docs/index.xml | 12 +++++++++--
cn/docs/quickstart/_print/index.html | 4 ++--
cn/docs/quickstart/hugegraph-server/index.html | 8 ++++----
cn/docs/quickstart/hugegraph-tools/index.html | 17 ++++++++-------
cn/docs/quickstart/index.xml | 2 ++
cn/sitemap.xml | 2 +-
docs/_print/index.html | 14 +++++++++----
docs/contribution-guidelines/_print/index.html | 10 +++++++--
docs/contribution-guidelines/index.xml | 10 +++++++--
.../validate-release/index.html | 18 ++++++++++------
docs/index.xml | 12 +++++++++--
docs/quickstart/_print/index.html | 4 ++--
docs/quickstart/hugegraph-server/index.html | 8 ++++----
docs/quickstart/hugegraph-tools/index.html | 10 ++++-----
docs/quickstart/index.xml | 2 ++
en/sitemap.xml | 2 +-
sitemap.xml | 2 +-
21 files changed, 133 insertions(+), 62 deletions(-)
diff --git a/cn/docs/_print/index.html b/cn/docs/_print/index.html
index e717afd4..a9d8978b 100644
--- a/cn/docs/_print/index.html
+++ b/cn/docs/_print/index.html
@@ -18,7 +18,7 @@ HugeGraph支持多用户并行操作,用户可输入Gremlin查询语句,并
</span></span></code></pre></div><p><code>{hugegraph-version}</code>表示要部署的HugeGraphServer及HugeGraphStudio的版本,用户可查看<code>conf/version-mapping.yaml</code>文件获取版本信息,<code>{install-path}</code>指定HugeGraphServer及HugeGraphStudio的安装目录,<code>{download-path-prefix}</code>可选,指定HugeGraphServer及HugeGraphStudio
tar包的下载地址,不提供时使用默认下载地址,比如要启动 0.6
版本的HugeGraph-Server及HugeGraphStudio将上述命令写为<code>bin/hugegraph deploy -v 0.6 -p
services</code>即可。</p><h4 id=32-下载tar包>3.2 下载tar包</h4><div class=highlight><pre
t [...]
</span></span><span style=display:flex><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz
</span></span><span style=display:flex><span>tar zxf *hugegraph*.tar.gz
-</span></span></code></pre></div><h4 id=33-源码编译>3.3
源码编译</h4><p>下载HugeGraph源代码</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span>git clone
https://github.com/apache/hugegraph.git
+</span></span></code></pre></div><h4 id=33-源码编译>3.3
源码编译</h4><p>源码编译前请确保安装了wget命令</p><p>下载HugeGraph源代码</p><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span>git clone
https://github.com/apache/hugegraph.git
</span></span></code></pre></div><p>编译打包生成tar包</p><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span><span
style=color:#204a87>cd</span> hugegraph
</span></span><span style=display:flex><span>mvn package -DskipTests
</span></span></code></pre></div><p>执行日志如下:</p><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span>......
@@ -661,7 +661,7 @@ HugeGraph Toolchain 版本:
toolchain-1.0.0</p></blockquote><p><code>spark-loade
</span></span></span><span style=display:flex><span><span
style=color:#4e9a06></span>--graph graph-test --num-executors <span
style=color:#0000cf;font-weight:700>6</span> --executor-cores <span
style=color:#0000cf;font-weight:700>16</span> --executor-memory 15g
</span></span></code></pre></div></div><div class=td-content
style=page-break-before:always><h1 id=pg-06d4cae527789fcda01ebf4e48c6559f>3.3 -
HugeGraph-Tools Quick Start</h1><h3 id=1-hugegraph-tools概述>1
HugeGraph-Tools概述</h3><p>HugeGraph-Tools 是 HugeGraph 的自动化部署、管理和备份/还原组件。</p><h3
id=2-获取-hugegraph-tools>2 获取 HugeGraph-Tools</h3><p>有两种方式可以获取
HugeGraph-Tools:(它被包含子 Toolchain
中)</p><ul><li>下载二进制tar包</li><li>下载源码编译安装</li></ul><h4 id=21-下载二进制tar包>2.1
下载二进制tar包</h4><p>下载最新版本的 HugeGraph-Toolcha [...]
</span></span><span style=display:flex><span>tar zxf *hugegraph*.tar.gz
-</span></span></code></pre></div><h4 id=22-下载源码编译安装>2.2
下载源码编译安装</h4><p>下载最新版本的 HugeGraph-Toolchain 源码包, 然后根目录编译或者单独编译 tool
子模块:</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 1. get from github</span>
+</span></span></code></pre></div><h4 id=22-下载源码编译安装>2.2
下载源码编译安装</h4><p>源码编译前请确保安装了wget命令</p><p>下载最新版本的 HugeGraph-Toolchain 源码包,
然后根目录编译或者单独编译 tool 子模块:</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 1. get from github</span>
</span></span><span style=display:flex><span>git clone
https://github.com/apache/hugegraph-toolchain.git
</span></span><span style=display:flex><span>
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 2. get from direct (e.g. here is
1.0.0, please choose the latest version)</span>
@@ -6610,7 +6610,7 @@ HugeGraph目前采用EdgeCut的分区方案。</p><h3 id=3-vertexid-策略>3. Ve
</span></span><span style=display:flex><span>git rebase -i master
</span></span></code></pre></div></blockquote><p>And push it to GitHub fork
repo again:</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-shell data-lang=shell><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># force push the local commit to fork
repo</span>
</span></span><span style=display:flex><span>git push -f origin
bugfix-branch:bugfix-branch
-</span></span></code></pre></div><p>GitHub will automatically update the Pull
Request after we push it, just wait for code review.</p></div><div
class=td-content style=page-break-before:always><h1
id=pg-dc89ef117bed0b0ef3c6487f9a6a8bd0>10.2 - 订阅社区邮箱</h1><blockquote><p>TODO:
translate this article to Chinese</p></blockquote><p>It is highly recommended
to subscribe to the development mailing list to keep up-to-date with the
community.</p><p>In the process of using HugeGraph, if you have an [...]
+</span></span></code></pre></div><p>GitHub will automatically update the Pull
Request after we push it, just wait for code review.</p></div><div
class=td-content style=page-break-before:always><h1
id=pg-dc89ef117bed0b0ef3c6487f9a6a8bd0>10.2 - 订阅社区邮箱</h1><blockquote><p>TODO:
translate this article to Chinese</p></blockquote><p>It is highly recommended
to subscribe to the development mailing list to keep up-to-date with the
community.</p><p>In the process of using HugeGraph, if you have an [...]
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># ubuntu/debian</span>
</span></span><span style=display:flex><span>sudo apt install subversion -y
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># MacOS</span>
@@ -6626,7 +6626,13 @@ HugeGraph目前采用EdgeCut的分区方案。</p><h3 id=3-vertexid-策略>3. Ve
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 验证安装是否成功, 执行以下命令:</span>
</span></span><span style=display:flex><span>gpg --version
</span></span><span style=display:flex><span>
-</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 3. 下载 hugegraph-svn 目录 (版本号注意填写此次验证版本,
这里以1.0.0为例)</span>
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 3. 安装wget</span>
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># ubuntu/debian</span>
+</span></span><span style=display:flex><span>sudo apt-get install wget -y
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># MacOS</span>
+</span></span><span style=display:flex><span>brew install wget
+</span></span><span style=display:flex><span>
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 4. 下载 hugegraph-svn 目录 (版本号注意填写此次验证版本,
这里以1.0.0为例)</span>
</span></span><span style=display:flex><span>svn co
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># (注) 如果出现 svn 下载某个文件速度很慢的情况, 可以考虑 wget
单个文件下载, 如下 (或考虑使用 VPN / 代理)</span>
</span></span><span style=display:flex><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
diff --git a/cn/docs/contribution-guidelines/_print/index.html
b/cn/docs/contribution-guidelines/_print/index.html
index b32057a8..fb35addc 100644
--- a/cn/docs/contribution-guidelines/_print/index.html
+++ b/cn/docs/contribution-guidelines/_print/index.html
@@ -46,7 +46,7 @@
</span></span><span style=display:flex><span>git rebase -i master
</span></span></code></pre></div></blockquote><p>And push it to GitHub fork
repo again:</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-shell data-lang=shell><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># force push the local commit to fork
repo</span>
</span></span><span style=display:flex><span>git push -f origin
bugfix-branch:bugfix-branch
-</span></span></code></pre></div><p>GitHub will automatically update the Pull
Request after we push it, just wait for code review.</p></div><div
class=td-content style=page-break-before:always><h1
id=pg-dc89ef117bed0b0ef3c6487f9a6a8bd0>2 - 订阅社区邮箱</h1><blockquote><p>TODO:
translate this article to Chinese</p></blockquote><p>It is highly recommended
to subscribe to the development mailing list to keep up-to-date with the
community.</p><p>In the process of using HugeGraph, if you have any q [...]
+</span></span></code></pre></div><p>GitHub will automatically update the Pull
Request after we push it, just wait for code review.</p></div><div
class=td-content style=page-break-before:always><h1
id=pg-dc89ef117bed0b0ef3c6487f9a6a8bd0>2 - 订阅社区邮箱</h1><blockquote><p>TODO:
translate this article to Chinese</p></blockquote><p>It is highly recommended
to subscribe to the development mailing list to keep up-to-date with the
community.</p><p>In the process of using HugeGraph, if you have any q [...]
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># ubuntu/debian</span>
</span></span><span style=display:flex><span>sudo apt install subversion -y
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># MacOS</span>
@@ -62,7 +62,13 @@
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 验证安装是否成功, 执行以下命令:</span>
</span></span><span style=display:flex><span>gpg --version
</span></span><span style=display:flex><span>
-</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 3. 下载 hugegraph-svn 目录 (版本号注意填写此次验证版本,
这里以1.0.0为例)</span>
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 3. 安装wget</span>
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># ubuntu/debian</span>
+</span></span><span style=display:flex><span>sudo apt-get install wget -y
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># MacOS</span>
+</span></span><span style=display:flex><span>brew install wget
+</span></span><span style=display:flex><span>
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 4. 下载 hugegraph-svn 目录 (版本号注意填写此次验证版本,
这里以1.0.0为例)</span>
</span></span><span style=display:flex><span>svn co
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># (注) 如果出现 svn 下载某个文件速度很慢的情况, 可以考虑 wget
单个文件下载, 如下 (或考虑使用 VPN / 代理)</span>
</span></span><span style=display:flex><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
diff --git a/cn/docs/contribution-guidelines/index.xml
b/cn/docs/contribution-guidelines/index.xml
index d2012bf8..0aa9bb8f 100644
--- a/cn/docs/contribution-guidelines/index.xml
+++ b/cn/docs/contribution-guidelines/index.xml
@@ -144,7 +144,7 @@
<h2 id="验证阶段">验证阶段</h2>
<p>当内部的临时发布和打包工作完成后, 其他的社区开发者(尤其是 PMC)需要参与到<a
href="https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist">验证环节</a>确保某个人发布版本的&quot;正确性
+ 完整性&quot;, 这里需要<strong>每个人</strong>都尽量参与,
然后后序<strong>邮件回复</strong>的时候说明自己<strong>已检查</strong>了哪些项.
(下面是核心项)</p>
<h4 id="1-准备工作">1. 准备工作</h4>
-<p>如果本地没有 svn 或 gpg 环境, 建议先安装一下 (windows 推荐使用 WSL2 环境, 或者至少是
<code>git-bash</code>)</p>
+<p>如果本地没有 svn 或 gpg 或 wget 环境, 建议先安装一下 (windows 推荐使用 WSL2 环境, 或者至少是
<code>git-bash</code>), 同时确保安装Java(推荐11)和maven软件。</p>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-bash" data-lang="bash"><span
style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 1. 安装svn</span>
</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># ubuntu/debian</span>
</span></span><span style="display:flex;"><span>sudo apt install
subversion -y
@@ -161,7 +161,13 @@
</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 验证安装是否成功, 执行以下命令:</span>
</span></span><span style="display:flex;"><span>gpg --version
</span></span><span style="display:flex;"><span>
-</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 3. 下载 hugegraph-svn 目录
(版本号注意填写此次验证版本, 这里以1.0.0为例)</span>
+</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 3. 安装wget</span>
+</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># ubuntu/debian</span>
+</span></span><span style="display:flex;"><span>sudo apt-get
install wget -y
+</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># MacOS</span>
+</span></span><span style="display:flex;"><span>brew install wget
+</span></span><span style="display:flex;"><span>
+</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 4. 下载 hugegraph-svn 目录
(版本号注意填写此次验证版本, 这里以1.0.0为例)</span>
</span></span><span style="display:flex;"><span>svn co
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/
</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># (注) 如果出现 svn 下载某个文件速度很慢的情况, 可以考虑 wget
单个文件下载, 如下 (或考虑使用 VPN / 代理)</span>
</span></span><span style="display:flex;"><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
diff --git a/cn/docs/contribution-guidelines/validate-release/index.html
b/cn/docs/contribution-guidelines/validate-release/index.html
index e9323809..2968d3e4 100644
--- a/cn/docs/contribution-guidelines/validate-release/index.html
+++ b/cn/docs/contribution-guidelines/validate-release/index.html
@@ -5,20 +5,20 @@ Note: 这篇文档会持续更新。
当内部的临时发布和打包工作完成后, 其他的社区开发者(尤其是 PMC)需要参与到验证环节确保某个人发布版本的"正确性 + 完整性",
这里需要每个人都尽量参与, 然后后序邮件回复的时候说明自己已检查了哪些项. (下面是核心项)
1. …"><meta property="og:title" content="验证 Apache 发版"><meta
property="og:description" content="Note: 这篇文档会持续更新。
验证阶段 当内部的临时发布和打包工作完成后, 其他的社区开发者(尤其是 PMC)需要参与到验证环节确保某个人发布版本的"正确性 +
完整性", 这里需要每个人都尽量参与, 然后后序邮件回复的时候说明自己已检查了哪些项. (下面是核心项)
-1. 准备工作 如果本地没有 svn 或 gpg 环境, 建议先安装一下 (windows 推荐使用 WSL2 环境, 或者至少是 git-bash)
-# 1. 安装svn # ubuntu/debian sudo apt install subversion -y # MacOS brew install
subversion # 验证安装是否成功, 执行以下命令: svn --version # 2. 安装gpg # ubuntu/debian sudo
apt-get install gnupg -y # MacOS brew install gnupg # 验证安装是否成功, 执行以下命令: gpg
--version # 3. 下载 hugegraph-svn 目录 (版本号注意填写此次验证版本, 这里以1."><meta
property="og:type" content="article"><meta property="og:url"
content="/cn/docs/contribution-guidelines/validate-release/"><meta
property="article:section" content="docs"><meta property="article:mo [...]
+1. 准备工作 如果本地没有 svn 或 gpg 或 wget 环境, 建议先安装一下 (windows 推荐使用 WSL2 环境, 或者至少是
git-bash), 同时确保安装Java(推荐11)和maven软件。
+# 1. 安装svn # ubuntu/debian sudo apt install subversion -y # MacOS brew install
subversion # 验证安装是否成功, 执行以下命令: svn --version # 2. 安装gpg # ubuntu/debian sudo
apt-get install gnupg -y # MacOS brew install gnupg # 验证安装是否成功, 执行以下命令: gpg
--version # 3."><meta property="og:type" content="article"><meta
property="og:url"
content="/cn/docs/contribution-guidelines/validate-release/"><meta
property="article:section" content="docs"><meta
property="article:modified_time" content="2023-02-15T16:14:21+ [...]
验证阶段 当内部的临时发布和打包工作完成后, 其他的社区开发者(尤其是 PMC)需要参与到验证环节确保某个人发布版本的"正确性 +
完整性", 这里需要每个人都尽量参与, 然后后序邮件回复的时候说明自己已检查了哪些项. (下面是核心项)
-1. 准备工作 如果本地没有 svn 或 gpg 环境, 建议先安装一下 (windows 推荐使用 WSL2 环境, 或者至少是 git-bash)
-# 1. 安装svn # ubuntu/debian sudo apt install subversion -y # MacOS brew install
subversion # 验证安装是否成功, 执行以下命令: svn --version # 2. 安装gpg # ubuntu/debian sudo
apt-get install gnupg -y # MacOS brew install gnupg # 验证安装是否成功, 执行以下命令: gpg
--version # 3. 下载 hugegraph-svn 目录 (版本号注意填写此次验证版本, 这里以1."><meta
itemprop=dateModified content="2023-02-10T19:55:03+08:00"><meta
itemprop=wordCount content="543"><meta itemprop=keywords content><meta
name=twitter:card content="summary"><meta name=twitter:title [...]
+1. 准备工作 如果本地没有 svn 或 gpg 或 wget 环境, 建议先安装一下 (windows 推荐使用 WSL2 环境, 或者至少是
git-bash), 同时确保安装Java(推荐11)和maven软件。
+# 1. 安装svn # ubuntu/debian sudo apt install subversion -y # MacOS brew install
subversion # 验证安装是否成功, 执行以下命令: svn --version # 2. 安装gpg # ubuntu/debian sudo
apt-get install gnupg -y # MacOS brew install gnupg # 验证安装是否成功, 执行以下命令: gpg
--version # 3."><meta itemprop=dateModified
content="2023-02-15T16:14:21+08:00"><meta itemprop=wordCount
content="561"><meta itemprop=keywords content><meta name=twitter:card
content="summary"><meta name=twitter:title content="验证 Apache 发版"><meta
name=twitter: [...]
验证阶段 当内部的临时发布和打包工作完成后, 其他的社区开发者(尤其是 PMC)需要参与到验证环节确保某个人发布版本的"正确性 +
完整性", 这里需要每个人都尽量参与, 然后后序邮件回复的时候说明自己已检查了哪些项. (下面是核心项)
-1. 准备工作 如果本地没有 svn 或 gpg 环境, 建议先安装一下 (windows 推荐使用 WSL2 环境, 或者至少是 git-bash)
-# 1. 安装svn # ubuntu/debian sudo apt install subversion -y # MacOS brew install
subversion # 验证安装是否成功, 执行以下命令: svn --version # 2. 安装gpg # ubuntu/debian sudo
apt-get install gnupg -y # MacOS brew install gnupg # 验证安装是否成功, 执行以下命令: gpg
--version # 3. 下载 hugegraph-svn 目录 (版本号注意填写此次验证版本, 这里以1."><link rel=preload
href=/scss/main.min.3bdb596b76fcb366af48203b8a7820669f5437dd9ec431ee2c8b18063301106e.css
as=style><link
href=/scss/main.min.3bdb596b76fcb366af48203b8a7820669f5437dd9ec431ee2c8b18063301
[...]
+1. 准备工作 如果本地没有 svn 或 gpg 或 wget 环境, 建议先安装一下 (windows 推荐使用 WSL2 环境, 或者至少是
git-bash), 同时确保安装Java(推荐11)和maven软件。
+# 1. 安装svn # ubuntu/debian sudo apt install subversion -y # MacOS brew install
subversion # 验证安装是否成功, 执行以下命令: svn --version # 2. 安装gpg # ubuntu/debian sudo
apt-get install gnupg -y # MacOS brew install gnupg # 验证安装是否成功, 执行以下命令: gpg
--version # 3."><link rel=preload
href=/scss/main.min.3bdb596b76fcb366af48203b8a7820669f5437dd9ec431ee2c8b18063301106e.css
as=style><link
href=/scss/main.min.3bdb596b76fcb366af48203b8a7820669f5437dd9ec431ee2c8b18063301106e.css
rel=stylesheet integrity><script [...]
<link rel=stylesheet href=/css/prism.css><script
type=application/javascript>var
doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new
Date,ga("create","UA-00000000-0","auto"),ga("send","pageview"))</script><script
async src=https://www.google-analytics.com/analytics.js></script></head><body
class=td-page><header><nav class="js-navbar-scroll navbar navbar-expand
navbar-dark flex-column flex-md-row td-navbar"><a class=navbar-brand href=/cn/>
[...]
<a
href=https://github.com/apache/incubator-hugegraph-doc/edit/master/content/cn/docs/contribution-guidelines/validate-release.md
class=td-page-meta--edit target=_blank rel=noopener><i class="fa fa-edit
fa-fw"></i> Edit this page</a>
<a
href="https://github.com/apache/incubator-hugegraph-doc/new/master/content/cn/docs/contribution-guidelines/validate-release.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the
[...]
<a
href="https://github.com/apache/incubator-hugegraph-doc/issues/new?title=%e9%aa%8c%e8%af%81%20Apache%20%e5%8f%91%e7%89%88"
class=td-page-meta--issue target=_blank rel=noopener><i class="fab fa-github
fa-fw"></i> Create documentation issue</a>
<a href=https://github.com/apache/incubator-hugegraph/issues/new
class=td-page-meta--project-issue target=_blank rel=noopener><i class="fas
fa-tasks fa-fw"></i> Create project issue</a>
-<a id=print href=/cn/docs/contribution-guidelines/_print/><i class="fa
fa-print fa-fw"></i> Print entire section</a></div><div class=td-toc><nav
id=TableOfContents><ul><li><a href=#验证阶段>验证阶段</a><ul><li></li></ul></li><li><a
href=#邮件模板>邮件模板</a></li></ul></nav></div></aside><main class="col-12 col-md-9
col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol
class=breadcrumb><li class=breadcrumb-item><a
href=/cn/docs/>Documentation</a></li><li class=breadcrumb-item>< [...]
+<a id=print href=/cn/docs/contribution-guidelines/_print/><i class="fa
fa-print fa-fw"></i> Print entire section</a></div><div class=td-toc><nav
id=TableOfContents><ul><li><a href=#验证阶段>验证阶段</a><ul><li></li></ul></li><li><a
href=#邮件模板>邮件模板</a></li></ul></nav></div></aside><main class="col-12 col-md-9
col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol
class=breadcrumb><li class=breadcrumb-item><a
href=/cn/docs/>Documentation</a></li><li class=breadcrumb-item>< [...]
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># ubuntu/debian</span>
</span></span><span style=display:flex><span>sudo apt install subversion -y
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># MacOS</span>
@@ -34,7 +34,13 @@ Note: 这篇文档会持续更新。
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 验证安装是否成功, 执行以下命令:</span>
</span></span><span style=display:flex><span>gpg --version
</span></span><span style=display:flex><span>
-</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 3. 下载 hugegraph-svn 目录 (版本号注意填写此次验证版本,
这里以1.0.0为例)</span>
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 3. 安装wget</span>
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># ubuntu/debian</span>
+</span></span><span style=display:flex><span>sudo apt-get install wget -y
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># MacOS</span>
+</span></span><span style=display:flex><span>brew install wget
+</span></span><span style=display:flex><span>
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 4. 下载 hugegraph-svn 目录 (版本号注意填写此次验证版本,
这里以1.0.0为例)</span>
</span></span><span style=display:flex><span>svn co
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># (注) 如果出现 svn 下载某个文件速度很慢的情况, 可以考虑 wget
单个文件下载, 如下 (或考虑使用 VPN / 代理)</span>
</span></span><span style=display:flex><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
@@ -105,7 +111,7 @@ Note: 这篇文档会持续更新。
</span></span><span style=display:flex><span><span
style=color:#204a87;font-weight:700>3.</span> LICENSE and NOTICE are exist
</span></span><span style=display:flex><span><span
style=color:#204a87;font-weight:700>4.</span> Build successfully on macOS(Big
Sur)
</span></span><span style=display:flex><span><span
style=color:#204a87;font-weight:700>5.</span> ....
-</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
[...]
+</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
[...]
<script
src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js
integrity="sha512-UR25UO94eTnCVwjbXozyeVd6ZqpaAE9naiEUBK/A+QDbfSTQFhPGj5lOR6d8tsgbBk84Ggb5A3EkjsOgPRPcKA=="
crossorigin=anonymous></script>
<script src=/js/tabpane-persist.js></script>
<script
src=/js/main.min.aa9f4c5dae6a98b2c46277f4c56f1673a2b000d1756ce4ffae93784cab25e6d5.js
integrity="sha256-qp9MXa5qmLLEYnf0xW8Wc6KwANF1bOT/rpN4TKsl5tU="
crossorigin=anonymous></script>
diff --git a/cn/docs/index.xml b/cn/docs/index.xml
index c22769bf..2c88bbc3 100644
--- a/cn/docs/index.xml
+++ b/cn/docs/index.xml
@@ -1265,6 +1265,7 @@ serializer=binary
</span></span><span style="display:flex;"><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz
</span></span><span style="display:flex;"><span>tar zxf
*hugegraph*.tar.gz
</span></span></code></pre></div><h4 id="33-源码编译">3.3
源码编译</h4>
+<p>源码编译前请确保安装了wget命令</p>
<p>下载HugeGraph源代码</p>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-bash" data-lang="bash"><span
style="display:flex;"><span>git clone https://github.com/apache/hugegraph.git
</span></span></code></pre></div><p>编译打包生成tar包</p>
@@ -6936,6 +6937,7 @@ auth.user_tokens=[hugegraph1:token-value-1,
hugegraph2:token-value-2]
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-bash" data-lang="bash"><span
style="display:flex;"><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
</span></span><span style="display:flex;"><span>tar zxf
*hugegraph*.tar.gz
</span></span></code></pre></div><h4 id="22-下载源码编译安装">2.2
下载源码编译安装</h4>
+<p>源码编译前请确保安装了wget命令</p>
<p>下载最新版本的 HugeGraph-Toolchain 源码包, 然后根目录编译或者单独编译 tool 子模块:</p>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-bash" data-lang="bash"><span
style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 1. get from github</span>
</span></span><span style="display:flex;"><span>git clone
https://github.com/apache/hugegraph-toolchain.git
@@ -8026,7 +8028,7 @@ auth.user_tokens=[hugegraph1:token-value-1,
hugegraph2:token-value-2]
<h2 id="验证阶段">验证阶段</h2>
<p>当内部的临时发布和打包工作完成后, 其他的社区开发者(尤其是 PMC)需要参与到<a
href="https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist">验证环节</a>确保某个人发布版本的&quot;正确性
+ 完整性&quot;, 这里需要<strong>每个人</strong>都尽量参与,
然后后序<strong>邮件回复</strong>的时候说明自己<strong>已检查</strong>了哪些项.
(下面是核心项)</p>
<h4 id="1-准备工作">1. 准备工作</h4>
-<p>如果本地没有 svn 或 gpg 环境, 建议先安装一下 (windows 推荐使用 WSL2 环境, 或者至少是
<code>git-bash</code>)</p>
+<p>如果本地没有 svn 或 gpg 或 wget 环境, 建议先安装一下 (windows 推荐使用 WSL2 环境, 或者至少是
<code>git-bash</code>), 同时确保安装Java(推荐11)和maven软件。</p>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-bash" data-lang="bash"><span
style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 1. 安装svn</span>
</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># ubuntu/debian</span>
</span></span><span style="display:flex;"><span>sudo apt install
subversion -y
@@ -8043,7 +8045,13 @@ auth.user_tokens=[hugegraph1:token-value-1,
hugegraph2:token-value-2]
</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 验证安装是否成功, 执行以下命令:</span>
</span></span><span style="display:flex;"><span>gpg --version
</span></span><span style="display:flex;"><span>
-</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 3. 下载 hugegraph-svn 目录
(版本号注意填写此次验证版本, 这里以1.0.0为例)</span>
+</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 3. 安装wget</span>
+</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># ubuntu/debian</span>
+</span></span><span style="display:flex;"><span>sudo apt-get
install wget -y
+</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># MacOS</span>
+</span></span><span style="display:flex;"><span>brew install wget
+</span></span><span style="display:flex;"><span>
+</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 4. 下载 hugegraph-svn 目录
(版本号注意填写此次验证版本, 这里以1.0.0为例)</span>
</span></span><span style="display:flex;"><span>svn co
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/
</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># (注) 如果出现 svn 下载某个文件速度很慢的情况, 可以考虑 wget
单个文件下载, 如下 (或考虑使用 VPN / 代理)</span>
</span></span><span style="display:flex;"><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
diff --git a/cn/docs/quickstart/_print/index.html
b/cn/docs/quickstart/_print/index.html
index af832c9a..6738a9da 100644
--- a/cn/docs/quickstart/_print/index.html
+++ b/cn/docs/quickstart/_print/index.html
@@ -12,7 +12,7 @@
</span></span></code></pre></div><p><code>{hugegraph-version}</code>表示要部署的HugeGraphServer及HugeGraphStudio的版本,用户可查看<code>conf/version-mapping.yaml</code>文件获取版本信息,<code>{install-path}</code>指定HugeGraphServer及HugeGraphStudio的安装目录,<code>{download-path-prefix}</code>可选,指定HugeGraphServer及HugeGraphStudio
tar包的下载地址,不提供时使用默认下载地址,比如要启动 0.6
版本的HugeGraph-Server及HugeGraphStudio将上述命令写为<code>bin/hugegraph deploy -v 0.6 -p
services</code>即可。</p><h4 id=32-下载tar包>3.2 下载tar包</h4><div class=highlight><pre
t [...]
</span></span><span style=display:flex><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz
</span></span><span style=display:flex><span>tar zxf *hugegraph*.tar.gz
-</span></span></code></pre></div><h4 id=33-源码编译>3.3
源码编译</h4><p>下载HugeGraph源代码</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span>git clone
https://github.com/apache/hugegraph.git
+</span></span></code></pre></div><h4 id=33-源码编译>3.3
源码编译</h4><p>源码编译前请确保安装了wget命令</p><p>下载HugeGraph源代码</p><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span>git clone
https://github.com/apache/hugegraph.git
</span></span></code></pre></div><p>编译打包生成tar包</p><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span><span
style=color:#204a87>cd</span> hugegraph
</span></span><span style=display:flex><span>mvn package -DskipTests
</span></span></code></pre></div><p>执行日志如下:</p><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span>......
@@ -655,7 +655,7 @@ HugeGraph Toolchain 版本:
toolchain-1.0.0</p></blockquote><p><code>spark-loade
</span></span></span><span style=display:flex><span><span
style=color:#4e9a06></span>--graph graph-test --num-executors <span
style=color:#0000cf;font-weight:700>6</span> --executor-cores <span
style=color:#0000cf;font-weight:700>16</span> --executor-memory 15g
</span></span></code></pre></div></div><div class=td-content
style=page-break-before:always><h1 id=pg-06d4cae527789fcda01ebf4e48c6559f>3 -
HugeGraph-Tools Quick Start</h1><h3 id=1-hugegraph-tools概述>1
HugeGraph-Tools概述</h3><p>HugeGraph-Tools 是 HugeGraph 的自动化部署、管理和备份/还原组件。</p><h3
id=2-获取-hugegraph-tools>2 获取 HugeGraph-Tools</h3><p>有两种方式可以获取
HugeGraph-Tools:(它被包含子 Toolchain
中)</p><ul><li>下载二进制tar包</li><li>下载源码编译安装</li></ul><h4 id=21-下载二进制tar包>2.1
下载二进制tar包</h4><p>下载最新版本的 HugeGraph-Toolchain [...]
</span></span><span style=display:flex><span>tar zxf *hugegraph*.tar.gz
-</span></span></code></pre></div><h4 id=22-下载源码编译安装>2.2
下载源码编译安装</h4><p>下载最新版本的 HugeGraph-Toolchain 源码包, 然后根目录编译或者单独编译 tool
子模块:</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 1. get from github</span>
+</span></span></code></pre></div><h4 id=22-下载源码编译安装>2.2
下载源码编译安装</h4><p>源码编译前请确保安装了wget命令</p><p>下载最新版本的 HugeGraph-Toolchain 源码包,
然后根目录编译或者单独编译 tool 子模块:</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 1. get from github</span>
</span></span><span style=display:flex><span>git clone
https://github.com/apache/hugegraph-toolchain.git
</span></span><span style=display:flex><span>
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 2. get from direct (e.g. here is
1.0.0, please choose the latest version)</span>
diff --git a/cn/docs/quickstart/hugegraph-server/index.html
b/cn/docs/quickstart/hugegraph-server/index.html
index a787ada3..b0ed9c4d 100644
--- a/cn/docs/quickstart/hugegraph-server/index.html
+++ b/cn/docs/quickstart/hugegraph-server/index.html
@@ -8,7 +8,7 @@ Core模块是Tinkerpop接口的实现,Backend模块用于管理数据存储,
java -version 2.2 安装GCC-4.3.0(GLIBCXX_3.4.10)或更新版本(可选)
如果使用的是RocksDB后端,请务必执行gcc --version命令查看gcc版本;若使用其他后端,则不需要。
gcc --version 3 部署 有三种方式可以部署HugeGraph-Server组件:
方式1:一键部署 方式2:下载tar包 方式3:源码编译 3.1 一键部署 HugeGraph-Tools
提供了一键部署的命令行工具,用户可以使用该工具快速地一键下载、解压、配置并启动 HugeGraph-Server 和 HugeGraph-Hubble 最新的
HugeGraph-Toolchain 中已经包含所有的这些工具, 直接下载它解压就有工具包集合了
-# download toolchain package, it includes loader + tool + hubble, please check
the latest version (here is 1.0.0) wget https://dist."><meta property="og:type"
content="article"><meta property="og:url"
content="/cn/docs/quickstart/hugegraph-server/"><meta
property="article:section" content="docs"><meta
property="article:modified_time" content="2023-01-04T22:59:07+08:00"><meta
property="og:site_name" content="HugeGraph"><meta itemprop=name
content="HugeGraph-Server Quick Start"><meta itemp [...]
+# download toolchain package, it includes loader + tool + hubble, please check
the latest version (here is 1.0.0) wget https://dist."><meta property="og:type"
content="article"><meta property="og:url"
content="/cn/docs/quickstart/hugegraph-server/"><meta
property="article:section" content="docs"><meta
property="article:modified_time" content="2023-02-15T16:14:21+08:00"><meta
property="og:site_name" content="HugeGraph"><meta itemprop=name
content="HugeGraph-Server Quick Start"><meta itemp [...]
Core模块是Tinkerpop接口的实现,Backend模块用于管理数据存储,目前支持的后端包括:Memory、Cassandra、ScyllaDB以及RocksDB,API模块提供HTTP
Server,将Client的HTTP请求转化为对Core的调用。
文档中会大量出现HugeGraph-Server及HugeGraphServer这两种写法,其他组件也类似。这两种写法含义上并无大的差异,可以这么区分:HugeGraph-Server表示服务端相关组件代码,HugeGraphServer表示服务进程。
2 依赖 2.1 安装 Java 11 (JDK 11) 请优先考虑在 Java11 的环境上启动 HugeGraph-Server, 目前同时保留对
Java8 的兼容
@@ -16,7 +16,7 @@ Core模块是Tinkerpop接口的实现,Backend模块用于管理数据存储,
java -version 2.2 安装GCC-4.3.0(GLIBCXX_3.4.10)或更新版本(可选)
如果使用的是RocksDB后端,请务必执行gcc --version命令查看gcc版本;若使用其他后端,则不需要。
gcc --version 3 部署 有三种方式可以部署HugeGraph-Server组件:
方式1:一键部署 方式2:下载tar包 方式3:源码编译 3.1 一键部署 HugeGraph-Tools
提供了一键部署的命令行工具,用户可以使用该工具快速地一键下载、解压、配置并启动 HugeGraph-Server 和 HugeGraph-Hubble 最新的
HugeGraph-Toolchain 中已经包含所有的这些工具, 直接下载它解压就有工具包集合了
-# download toolchain package, it includes loader + tool + hubble, please check
the latest version (here is 1.0.0) wget https://dist."><meta
itemprop=dateModified content="2023-01-04T22:59:07+08:00"><meta
itemprop=wordCount content="817"><meta itemprop=keywords content><meta
name=twitter:card content="summary"><meta name=twitter:title
content="HugeGraph-Server Quick Start"><meta name=twitter:description
content="1 HugeGraph-Server概述 HugeGraph-Server 是 HugeGraph
项目的核心部分,包含Core、Backend、API等子模块。
+# download toolchain package, it includes loader + tool + hubble, please check
the latest version (here is 1.0.0) wget https://dist."><meta
itemprop=dateModified content="2023-02-15T16:14:21+08:00"><meta
itemprop=wordCount content="818"><meta itemprop=keywords content><meta
name=twitter:card content="summary"><meta name=twitter:title
content="HugeGraph-Server Quick Start"><meta name=twitter:description
content="1 HugeGraph-Server概述 HugeGraph-Server 是 HugeGraph
项目的核心部分,包含Core、Backend、API等子模块。
Core模块是Tinkerpop接口的实现,Backend模块用于管理数据存储,目前支持的后端包括:Memory、Cassandra、ScyllaDB以及RocksDB,API模块提供HTTP
Server,将Client的HTTP请求转化为对Core的调用。
文档中会大量出现HugeGraph-Server及HugeGraphServer这两种写法,其他组件也类似。这两种写法含义上并无大的差异,可以这么区分:HugeGraph-Server表示服务端相关组件代码,HugeGraphServer表示服务进程。
2 依赖 2.1 安装 Java 11 (JDK 11) 请优先考虑在 Java11 的环境上启动 HugeGraph-Server, 目前同时保留对
Java8 的兼容
@@ -42,7 +42,7 @@ gcc --version 3 部署 有三种方式可以部署HugeGraph-Server组件:
</span></span></code></pre></div><p><code>{hugegraph-version}</code>表示要部署的HugeGraphServer及HugeGraphStudio的版本,用户可查看<code>conf/version-mapping.yaml</code>文件获取版本信息,<code>{install-path}</code>指定HugeGraphServer及HugeGraphStudio的安装目录,<code>{download-path-prefix}</code>可选,指定HugeGraphServer及HugeGraphStudio
tar包的下载地址,不提供时使用默认下载地址,比如要启动 0.6
版本的HugeGraph-Server及HugeGraphStudio将上述命令写为<code>bin/hugegraph deploy -v 0.6 -p
services</code>即可。</p><h4 id=32-下载tar包>3.2 下载tar包</h4><div class=highlight><pre
t [...]
</span></span><span style=display:flex><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz
</span></span><span style=display:flex><span>tar zxf *hugegraph*.tar.gz
-</span></span></code></pre></div><h4 id=33-源码编译>3.3
源码编译</h4><p>下载HugeGraph源代码</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span>git clone
https://github.com/apache/hugegraph.git
+</span></span></code></pre></div><h4 id=33-源码编译>3.3
源码编译</h4><p>源码编译前请确保安装了wget命令</p><p>下载HugeGraph源代码</p><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span>git clone
https://github.com/apache/hugegraph.git
</span></span></code></pre></div><p>编译打包生成tar包</p><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span><span
style=color:#204a87>cd</span> hugegraph
</span></span><span style=display:flex><span>mvn package -DskipTests
</span></span></code></pre></div><p>执行日志如下:</p><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span>......
@@ -209,7 +209,7 @@ restserver.url=http://0.0.0.0:8080
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
</span></span></code></pre></div><p>详细的API请参考<a
href=/dcos/clients/restful-api>RESTful-API</a>文档</p><h3 id=7-停止server>7
停止Server</h3><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span><span
style=color:#000>$cd</span> hugegraph-<span style=color:#4e9a06>${</span><span
style=color:#000>version</span><span style=color:#4e9a06>}</span>
</span></span><span style=display:flex><span><span
style=color:#000>$bin</span>/stop-hugegraph.sh
-</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
[...]
+</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
[...]
<script
src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js
integrity="sha512-UR25UO94eTnCVwjbXozyeVd6ZqpaAE9naiEUBK/A+QDbfSTQFhPGj5lOR6d8tsgbBk84Ggb5A3EkjsOgPRPcKA=="
crossorigin=anonymous></script>
<script src=/js/tabpane-persist.js></script>
<script
src=/js/main.min.aa9f4c5dae6a98b2c46277f4c56f1673a2b000d1756ce4ffae93784cab25e6d5.js
integrity="sha256-qp9MXa5qmLLEYnf0xW8Wc6KwANF1bOT/rpN4TKsl5tU="
crossorigin=anonymous></script>
diff --git a/cn/docs/quickstart/hugegraph-tools/index.html
b/cn/docs/quickstart/hugegraph-tools/index.html
index ceaac070..f50d1044 100644
--- a/cn/docs/quickstart/hugegraph-tools/index.html
+++ b/cn/docs/quickstart/hugegraph-tools/index.html
@@ -7,17 +7,20 @@ HugeGraph-Tools 是 HugeGraph 的自动化部署、管理和备份/还原组件
下载源码编 …"><meta property="og:title" content="HugeGraph-Tools Quick Start"><meta
property="og:description" content="1 HugeGraph-Tools概述 HugeGraph-Tools 是
HugeGraph 的自动化部署、管理和备份/还原组件。
2 获取 HugeGraph-Tools 有两种方式可以获取 HugeGraph-Tools:(它被包含子 Toolchain 中)
下载二进制tar包 下载源码编译安装 2.1 下载二进制tar包 下载最新版本的 HugeGraph-Toolchain 包, 然后进入 tools 子目录
-wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
tar zxf *hugegraph*.tar.gz 2.2 下载源码编译安装 下载最新版本的 HugeGraph-Toolchain 源码包,
然后根目录编译或者单独编译 tool 子模块:
+wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
tar zxf *hugegraph*.tar.gz 2.2 下载源码编译安装 源码编译前请确保安装了wget命令
+下载最新版本的 HugeGraph-Toolchain 源码包, 然后根目录编译或者单独编译 tool 子模块:
# 1. get from github git clone
https://github.com/apache/hugegraph-toolchain.git # 2. get from direct (e.g.
here is 1.0.0, please choose the latest version) wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0-src.tar.gz
编译生成 tar 包:
-cd hugegraph-tools mvn package -DskipTests 生成 tar 包
hugegraph-tools-${version}."><meta property="og:type" content="article"><meta
property="og:url" content="/cn/docs/quickstart/hugegraph-tools/"><meta
property="article:section" content="docs"><meta
property="article:modified_time" content="2023-01-04T22:59:07+08:00"><meta
property="og:site_name" content="HugeGraph"><meta itemprop=name
content="HugeGraph-Tools Quick Start"><meta itemprop=description content="1
HugeGraph-Tools概述 HugeGraph- [...]
+cd hugegraph-tools mvn package -DskipTests 生成 tar 包
hugegraph-tools-${version}."><meta property="og:type" content="article"><meta
property="og:url" content="/cn/docs/quickstart/hugegraph-tools/"><meta
property="article:section" content="docs"><meta
property="article:modified_time" content="2023-02-15T16:14:21+08:00"><meta
property="og:site_name" content="HugeGraph"><meta itemprop=name
content="HugeGraph-Tools Quick Start"><meta itemprop=description content="1
HugeGraph-Tools概述 HugeGraph- [...]
2 获取 HugeGraph-Tools 有两种方式可以获取 HugeGraph-Tools:(它被包含子 Toolchain 中)
下载二进制tar包 下载源码编译安装 2.1 下载二进制tar包 下载最新版本的 HugeGraph-Toolchain 包, 然后进入 tools 子目录
-wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
tar zxf *hugegraph*.tar.gz 2.2 下载源码编译安装 下载最新版本的 HugeGraph-Toolchain 源码包,
然后根目录编译或者单独编译 tool 子模块:
+wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
tar zxf *hugegraph*.tar.gz 2.2 下载源码编译安装 源码编译前请确保安装了wget命令
+下载最新版本的 HugeGraph-Toolchain 源码包, 然后根目录编译或者单独编译 tool 子模块:
# 1. get from github git clone
https://github.com/apache/hugegraph-toolchain.git # 2. get from direct (e.g.
here is 1.0.0, please choose the latest version) wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0-src.tar.gz
编译生成 tar 包:
-cd hugegraph-tools mvn package -DskipTests 生成 tar 包
hugegraph-tools-${version}."><meta itemprop=dateModified
content="2023-01-04T22:59:07+08:00"><meta itemprop=wordCount
content="1797"><meta itemprop=keywords content><meta name=twitter:card
content="summary"><meta name=twitter:title content="HugeGraph-Tools Quick
Start"><meta name=twitter:description content="1 HugeGraph-Tools概述
HugeGraph-Tools 是 HugeGraph 的自动化部署、管理和备份/还原组件。
+cd hugegraph-tools mvn package -DskipTests 生成 tar 包
hugegraph-tools-${version}."><meta itemprop=dateModified
content="2023-02-15T16:14:21+08:00"><meta itemprop=wordCount
content="1798"><meta itemprop=keywords content><meta name=twitter:card
content="summary"><meta name=twitter:title content="HugeGraph-Tools Quick
Start"><meta name=twitter:description content="1 HugeGraph-Tools概述
HugeGraph-Tools 是 HugeGraph 的自动化部署、管理和备份/还原组件。
2 获取 HugeGraph-Tools 有两种方式可以获取 HugeGraph-Tools:(它被包含子 Toolchain 中)
下载二进制tar包 下载源码编译安装 2.1 下载二进制tar包 下载最新版本的 HugeGraph-Toolchain 包, 然后进入 tools 子目录
-wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
tar zxf *hugegraph*.tar.gz 2.2 下载源码编译安装 下载最新版本的 HugeGraph-Toolchain 源码包,
然后根目录编译或者单独编译 tool 子模块:
+wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
tar zxf *hugegraph*.tar.gz 2.2 下载源码编译安装 源码编译前请确保安装了wget命令
+下载最新版本的 HugeGraph-Toolchain 源码包, 然后根目录编译或者单独编译 tool 子模块:
# 1. get from github git clone
https://github.com/apache/hugegraph-toolchain.git # 2. get from direct (e.g.
here is 1.0.0, please choose the latest version) wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0-src.tar.gz
编译生成 tar 包:
cd hugegraph-tools mvn package -DskipTests 生成 tar 包
hugegraph-tools-${version}."><link rel=preload
href=/scss/main.min.3bdb596b76fcb366af48203b8a7820669f5437dd9ec431ee2c8b18063301106e.css
as=style><link
href=/scss/main.min.3bdb596b76fcb366af48203b8a7820669f5437dd9ec431ee2c8b18063301106e.css
rel=stylesheet integrity><script
src=https://code.jquery.com/jquery-3.5.1.min.js
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin=anonymous></script>
<link rel=stylesheet href=/css/prism.css><script
type=application/javascript>var
doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new
Date,ga("create","UA-00000000-0","auto"),ga("send","pageview"))</script><script
async src=https://www.google-analytics.com/analytics.js></script></head><body
class=td-page><header><nav class="js-navbar-scroll navbar navbar-expand
navbar-dark flex-column flex-md-row td-navbar"><a class=navbar-brand href=/cn/>
[...]
@@ -27,7 +30,7 @@ cd hugegraph-tools mvn package -DskipTests 生成 tar 包
hugegraph-tools-${vers
<a href=https://github.com/apache/incubator-hugegraph/issues/new
class=td-page-meta--project-issue target=_blank rel=noopener><i class="fas
fa-tasks fa-fw"></i> Create project issue</a>
<a id=print href=/cn/docs/quickstart/_print/><i class="fa fa-print fa-fw"></i>
Print entire section</a></div><div class=td-toc><nav
id=TableOfContents><ul><li><ul><li><a href=#1-hugegraph-tools概述>1
HugeGraph-Tools概述</a></li><li><a href=#2-获取-hugegraph-tools>2 获取
HugeGraph-Tools</a></li><li><a href=#3-使用>3
使用</a></li></ul></li></ul></nav></div></aside><main class="col-12 col-md-9
col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol
class=breadcrumb><li class=bre [...]
</span></span><span style=display:flex><span>tar zxf *hugegraph*.tar.gz
-</span></span></code></pre></div><h4 id=22-下载源码编译安装>2.2
下载源码编译安装</h4><p>下载最新版本的 HugeGraph-Toolchain 源码包, 然后根目录编译或者单独编译 tool
子模块:</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 1. get from github</span>
+</span></span></code></pre></div><h4 id=22-下载源码编译安装>2.2
下载源码编译安装</h4><p>源码编译前请确保安装了wget命令</p><p>下载最新版本的 HugeGraph-Toolchain 源码包,
然后根目录编译或者单独编译 tool 子模块:</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 1. get from github</span>
</span></span><span style=display:flex><span>git clone
https://github.com/apache/hugegraph-toolchain.git
</span></span><span style=display:flex><span>
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 2. get from direct (e.g. here is
1.0.0, please choose the latest version)</span>
@@ -378,7 +381,7 @@ cd hugegraph-tools mvn package -DskipTests 生成 tar 包
hugegraph-tools-${vers
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 恢复图模式</span>
</span></span><span style=display:flex><span>./bin/hugegraph --url
http://127.0.0.1:8080 --graph hugegraph graph-mode-set -m NONE
</span></span></code></pre></div><h6 id=8-图迁移>8. 图迁移</h6><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span
style=display:flex><span>./bin/hugegraph --url http://127.0.0.1:8080 --graph
hugegraph migrate --target-url http://127.0.0.1:8090 --target-graph hugegraph
-</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
[...]
+</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
[...]
<script
src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js
integrity="sha512-UR25UO94eTnCVwjbXozyeVd6ZqpaAE9naiEUBK/A+QDbfSTQFhPGj5lOR6d8tsgbBk84Ggb5A3EkjsOgPRPcKA=="
crossorigin=anonymous></script>
<script src=/js/tabpane-persist.js></script>
<script
src=/js/main.min.aa9f4c5dae6a98b2c46277f4c56f1673a2b000d1756ce4ffae93784cab25e6d5.js
integrity="sha256-qp9MXa5qmLLEYnf0xW8Wc6KwANF1bOT/rpN4TKsl5tU="
crossorigin=anonymous></script>
diff --git a/cn/docs/quickstart/index.xml b/cn/docs/quickstart/index.xml
index b609c5e3..0cbe10cf 100644
--- a/cn/docs/quickstart/index.xml
+++ b/cn/docs/quickstart/index.xml
@@ -39,6 +39,7 @@
</span></span><span style="display:flex;"><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz
</span></span><span style="display:flex;"><span>tar zxf
*hugegraph*.tar.gz
</span></span></code></pre></div><h4 id="33-源码编译">3.3
源码编译</h4>
+<p>源码编译前请确保安装了wget命令</p>
<p>下载HugeGraph源代码</p>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-bash" data-lang="bash"><span
style="display:flex;"><span>git clone https://github.com/apache/hugegraph.git
</span></span></code></pre></div><p>编译打包生成tar包</p>
@@ -1304,6 +1305,7 @@ HugeGraph Toolchain 版本: toolchain-1.0.0</p>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-bash" data-lang="bash"><span
style="display:flex;"><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
</span></span><span style="display:flex;"><span>tar zxf
*hugegraph*.tar.gz
</span></span></code></pre></div><h4 id="22-下载源码编译安装">2.2
下载源码编译安装</h4>
+<p>源码编译前请确保安装了wget命令</p>
<p>下载最新版本的 HugeGraph-Toolchain 源码包, 然后根目录编译或者单独编译 tool 子模块:</p>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-bash" data-lang="bash"><span
style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 1. get from github</span>
</span></span><span style="display:flex;"><span>git clone
https://github.com/apache/hugegraph-toolchain.git
diff --git a/cn/sitemap.xml b/cn/sitemap.xml
index c752eb7b..609262f6 100644
--- a/cn/sitemap.xml
+++ b/cn/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/cn/docs/guides/architectural/</loc><lastmod>2023-01-01T16:16:43+08:00</lastmod><xhtml:link
rel="alternate" hreflang="en" href="/docs/guides/architectural/"/><xhtml:link
rel="alternate" hreflang="cn"
href="/cn/docs/guides/architectural/"/></url><url><loc>/cn/docs/config/config-guide/</loc><lastmod>2023-02-08T20:56:09+08:00
[...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/cn/docs/guides/architectural/</loc><lastmod>2023-01-01T16:16:43+08:00</lastmod><xhtml:link
rel="alternate" hreflang="en" href="/docs/guides/architectural/"/><xhtml:link
rel="alternate" hreflang="cn"
href="/cn/docs/guides/architectural/"/></url><url><loc>/cn/docs/config/config-guide/</loc><lastmod>2023-02-08T20:56:09+08:00
[...]
\ No newline at end of file
diff --git a/docs/_print/index.html b/docs/_print/index.html
index ab57323c..b4c24072 100644
--- a/docs/_print/index.html
+++ b/docs/_print/index.html
@@ -20,7 +20,7 @@ HugeGraph supports multi-user parallel operations. Users can
enter Gremlin query
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># (Optional) verify the integrity with
SHA512 (recommended)</span>
</span></span><span style=display:flex><span>shasum -a <span
style=color:#0000cf;font-weight:700>512</span>
apache-hugegraph-incubating-1.0.0.tar.gz
</span></span><span style=display:flex><span>curl
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz.sha512
-</span></span></code></pre></div><h4 id=33-source-code-compilation>3.3 Source
code compilation</h4><p>We could get HugeGraph <strong>source code</strong> by
2 ways: (So as the other HugeGraph repos/modules)</p><ul><li>download the
stable/release version from the ASF site</li><li>clone the unstable/latest
version by GitBox(ASF) or GitHub</li></ul><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang [...]
+</span></span></code></pre></div><h4 id=33-source-code-compilation>3.3 Source
code compilation</h4><p>Please ensure that the wget command is installed before
compiling the source code</p><p>We could get HugeGraph <strong>source
code</strong> by 2 ways: (So as the other HugeGraph
repos/modules)</p><ul><li>download the stable/release version from the ASF
site</li><li>clone the unstable/latest version by GitBox(ASF) or
GitHub</li></ul><div class=highlight><pre tabindex=0 style=background-co [...]
</span></span><span style=display:flex><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-src-1.0.0.tar.gz
</span></span><span style=display:flex><span>tar zxf *hugegraph*.tar.gz
</span></span><span style=display:flex><span>
@@ -671,7 +671,7 @@ And there is no need to guarantee the order between the two
parameters.</p><ul><
</span></span></span><span style=display:flex><span><span
style=color:#4e9a06></span>--graph graph-test --num-executors <span
style=color:#0000cf;font-weight:700>6</span> --executor-cores <span
style=color:#0000cf;font-weight:700>16</span> --executor-memory 15g
</span></span></code></pre></div></div><div class=td-content
style=page-break-before:always><h1 id=pg-06d4cae527789fcda01ebf4e48c6559f>3.3 -
HugeGraph-Tools Quick Start</h1><h3 id=1-hugegraph-tools-overview>1
HugeGraph-Tools Overview</h3><p>HugeGraph-Tools is an automated deployment,
management and backup/restore component of HugeGraph.</p><h3
id=2-get-hugegraph-tools>2 Get HugeGraph-Tools</h3><p>There are two ways to get
HugeGraph-Tools:</p><ul><li>Download the compiled tarball</li><li> [...]
</span></span><span style=display:flex><span>tar zxf *hugegraph*.tar.gz
-</span></span></code></pre></div><h4
id=22-clone-source-code-to-compile-and-install>2.2 Clone source code to compile
and install</h4><p>Download the latest version of the HugeGraph-Tools source
package:</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 1. get from github</span>
+</span></span></code></pre></div><h4
id=22-clone-source-code-to-compile-and-install>2.2 Clone source code to compile
and install</h4><p>Please ensure that the wget command is installed before
compiling the source code</p><p>Download the latest version of the
HugeGraph-Tools source package:</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span><span
style=color [...]
</span></span><span style=display:flex><span>git clone
https://github.com/apache/hugegraph-toolchain.git
</span></span><span style=display:flex><span>
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 2. get from direct (e.g. here is
1.0.0, please choose the latest version)</span>
@@ -6621,7 +6621,7 @@ HugeGraph目前采用EdgeCut的分区方案。</p><h3 id=3-vertexid-策略>3. Ve
</span></span><span style=display:flex><span>git rebase -i master
</span></span></code></pre></div></blockquote><p>And push it to GitHub fork
repo again:</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-shell data-lang=shell><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># force push the local commit to fork
repo</span>
</span></span><span style=display:flex><span>git push -f origin
bugfix-branch:bugfix-branch
-</span></span></code></pre></div><p>GitHub will automatically update the Pull
Request after we push it, just wait for code review.</p></div><div
class=td-content style=page-break-before:always><h1
id=pg-dc89ef117bed0b0ef3c6487f9a6a8bd0>9.2 - Subscribe Mailing Lists</h1><p>It
is highly recommended to subscribe to the development mailing list to keep
up-to-date with the community.</p><p>In the process of using HugeGraph, if you
have any questions or ideas, suggestions, you can participate [...]
+</span></span></code></pre></div><p>GitHub will automatically update the Pull
Request after we push it, just wait for code review.</p></div><div
class=td-content style=page-break-before:always><h1
id=pg-dc89ef117bed0b0ef3c6487f9a6a8bd0>9.2 - Subscribe Mailing Lists</h1><p>It
is highly recommended to subscribe to the development mailing list to keep
up-to-date with the community.</p><p>In the process of using HugeGraph, if you
have any questions or ideas, suggestions, you can participate [...]
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># ubuntu/debian</span>
</span></span><span style=display:flex><span>sudo apt install subversion -y
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># MacOS</span>
@@ -6637,7 +6637,13 @@ HugeGraph目前采用EdgeCut的分区方案。</p><h3 id=3-vertexid-策略>3. Ve
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># To verify that the installation was
successful, execute the following command:</span>
</span></span><span style=display:flex><span>gpg --version
</span></span><span style=display:flex><span>
-</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 3. Download the hugegraph-svn directory
(version number, pay attention to fill in the verification version, here we
take 1.0.0 as an example)</span>
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 3. install wget (we will enhance it
later, like use `curl`)</span>
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># ubuntu/debian</span>
+</span></span><span style=display:flex><span>sudo apt-get install wget -y
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># MacOS</span>
+</span></span><span style=display:flex><span>brew install wget
+</span></span><span style=display:flex><span>
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 4. Download the hugegraph-svn directory
(version number, pay attention to fill in the verification version, here we
take 1.0.0 as an example)</span>
</span></span><span style=display:flex><span>svn co
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># (Note) If svn downloads a file very
slowly, you can consider wget to download a single file, as follows (or
consider using a proxy)</span>
</span></span><span style=display:flex><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
diff --git a/docs/contribution-guidelines/_print/index.html
b/docs/contribution-guidelines/_print/index.html
index 8fb2cfee..401daf15 100644
--- a/docs/contribution-guidelines/_print/index.html
+++ b/docs/contribution-guidelines/_print/index.html
@@ -46,7 +46,7 @@
</span></span><span style=display:flex><span>git rebase -i master
</span></span></code></pre></div></blockquote><p>And push it to GitHub fork
repo again:</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-shell data-lang=shell><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># force push the local commit to fork
repo</span>
</span></span><span style=display:flex><span>git push -f origin
bugfix-branch:bugfix-branch
-</span></span></code></pre></div><p>GitHub will automatically update the Pull
Request after we push it, just wait for code review.</p></div><div
class=td-content style=page-break-before:always><h1
id=pg-dc89ef117bed0b0ef3c6487f9a6a8bd0>2 - Subscribe Mailing Lists</h1><p>It is
highly recommended to subscribe to the development mailing list to keep
up-to-date with the community.</p><p>In the process of using HugeGraph, if you
have any questions or ideas, suggestions, you can participate in [...]
+</span></span></code></pre></div><p>GitHub will automatically update the Pull
Request after we push it, just wait for code review.</p></div><div
class=td-content style=page-break-before:always><h1
id=pg-dc89ef117bed0b0ef3c6487f9a6a8bd0>2 - Subscribe Mailing Lists</h1><p>It is
highly recommended to subscribe to the development mailing list to keep
up-to-date with the community.</p><p>In the process of using HugeGraph, if you
have any questions or ideas, suggestions, you can participate in [...]
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># ubuntu/debian</span>
</span></span><span style=display:flex><span>sudo apt install subversion -y
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># MacOS</span>
@@ -62,7 +62,13 @@
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># To verify that the installation was
successful, execute the following command:</span>
</span></span><span style=display:flex><span>gpg --version
</span></span><span style=display:flex><span>
-</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 3. Download the hugegraph-svn directory
(version number, pay attention to fill in the verification version, here we
take 1.0.0 as an example)</span>
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 3. install wget (we will enhance it
later, like use `curl`)</span>
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># ubuntu/debian</span>
+</span></span><span style=display:flex><span>sudo apt-get install wget -y
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># MacOS</span>
+</span></span><span style=display:flex><span>brew install wget
+</span></span><span style=display:flex><span>
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 4. Download the hugegraph-svn directory
(version number, pay attention to fill in the verification version, here we
take 1.0.0 as an example)</span>
</span></span><span style=display:flex><span>svn co
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># (Note) If svn downloads a file very
slowly, you can consider wget to download a single file, as follows (or
consider using a proxy)</span>
</span></span><span style=display:flex><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
diff --git a/docs/contribution-guidelines/index.xml
b/docs/contribution-guidelines/index.xml
index 13edaafc..074ecb8d 100644
--- a/docs/contribution-guidelines/index.xml
+++ b/docs/contribution-guidelines/index.xml
@@ -138,7 +138,7 @@
<h2 id="verification">Verification</h2>
<p>When the internal temporary release and packaging work is completed,
other community developers (especially PMC) need to participate in the <a
href="https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist">verification
link</a>To ensure the &ldquo;correctness + completeness&rdquo; of
someone&rsquo;s published version, here requires
<strong>everyone</strong> to participate as much as possible, and then
explain which items you have &l [...]
<h4 id="1-prepare">1. prepare</h4>
-<p>If there is no svn or gpg environment locally, it is recommended to
install it first (windows recommend using WSL2 environment, or at least
<code>git-bash</code>)</p>
+<p>If there is no svn or gpg or wget environment locally, it is recommended
to install it first (windows recommend using WSL2 environment, or at least
<code>git-bash</code>), also make sure to install java (recommended 11)
and maven software</p>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-bash" data-lang="bash"><span
style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 1. install svn</span>
</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># ubuntu/debian</span>
</span></span><span style="display:flex;"><span>sudo apt install
subversion -y
@@ -155,7 +155,13 @@
</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># To verify that the installation was
successful, execute the following command:</span>
</span></span><span style="display:flex;"><span>gpg --version
</span></span><span style="display:flex;"><span>
-</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 3. Download the hugegraph-svn
directory (version number, pay attention to fill in the verification version,
here we take 1.0.0 as an example)</span>
+</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 3. install wget (we will enhance it
later, like use `curl`)</span>
+</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># ubuntu/debian</span>
+</span></span><span style="display:flex;"><span>sudo apt-get
install wget -y
+</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># MacOS</span>
+</span></span><span style="display:flex;"><span>brew install wget
+</span></span><span style="display:flex;"><span>
+</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 4. Download the hugegraph-svn
directory (version number, pay attention to fill in the verification version,
here we take 1.0.0 as an example)</span>
</span></span><span style="display:flex;"><span>svn co
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/
</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># (Note) If svn downloads a file very
slowly, you can consider wget to download a single file, as follows (or
consider using a proxy)</span>
</span></span><span style="display:flex;"><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
diff --git a/docs/contribution-guidelines/validate-release/index.html
b/docs/contribution-guidelines/validate-release/index.html
index 4d634302..bee45c58 100644
--- a/docs/contribution-guidelines/validate-release/index.html
+++ b/docs/contribution-guidelines/validate-release/index.html
@@ -4,17 +4,17 @@ Note: this doc will be updated continuously.
Verification
When the internal temporary release and packaging work is completed, other
community …"><meta property="og:title" content="Validate Apache Release"><meta
property="og:description" content="Note: this doc will be updated continuously.
Verification When the internal temporary release and packaging work is
completed, other community developers (especially PMC) need to participate in
the verification linkTo ensure the “correctness + completeness” of
someone’s published version, here requires everyone to participate as
much as possible, and then explain which items you have checked in the
subsequent email reply. (The following are the core items)
-1. prepare If there is no svn or gpg environment locally, it is recommended to
install it first (windows recommend using WSL2 environment, or at least
git-bash)"><meta property="og:type" content="article"><meta property="og:url"
content="/docs/contribution-guidelines/validate-release/"><meta
property="article:section" content="docs"><meta
property="article:modified_time" content="2023-02-10T19:55:03+08:00"><meta
property="og:site_name" content="HugeGraph"><meta itemprop=name content="Val
[...]
+1. prepare If there is no svn or gpg or wget environment locally, it is
recommended to install it first (windows recommend using WSL2 environment, or
at least git-bash), also make sure to install java (recommended 11) and maven
software"><meta property="og:type" content="article"><meta property="og:url"
content="/docs/contribution-guidelines/validate-release/"><meta
property="article:section" content="docs"><meta
property="article:modified_time" content="2023-02-15T16:14:21+08:00"><meta
[...]
Verification When the internal temporary release and packaging work is
completed, other community developers (especially PMC) need to participate in
the verification linkTo ensure the “correctness + completeness” of
someone’s published version, here requires everyone to participate as
much as possible, and then explain which items you have checked in the
subsequent email reply. (The following are the core items)
-1. prepare If there is no svn or gpg environment locally, it is recommended to
install it first (windows recommend using WSL2 environment, or at least
git-bash)"><meta itemprop=dateModified
content="2023-02-10T19:55:03+08:00"><meta itemprop=wordCount
content="998"><meta itemprop=keywords content><meta name=twitter:card
content="summary"><meta name=twitter:title content="Validate Apache
Release"><meta name=twitter:description content="Note: this doc will be updated
continuously.
+1. prepare If there is no svn or gpg or wget environment locally, it is
recommended to install it first (windows recommend using WSL2 environment, or
at least git-bash), also make sure to install java (recommended 11) and maven
software"><meta itemprop=dateModified content="2023-02-15T16:14:21+08:00"><meta
itemprop=wordCount content="1035"><meta itemprop=keywords content><meta
name=twitter:card content="summary"><meta name=twitter:title content="Validate
Apache Release"><meta name=twitte [...]
Verification When the internal temporary release and packaging work is
completed, other community developers (especially PMC) need to participate in
the verification linkTo ensure the “correctness + completeness” of
someone’s published version, here requires everyone to participate as
much as possible, and then explain which items you have checked in the
subsequent email reply. (The following are the core items)
-1. prepare If there is no svn or gpg environment locally, it is recommended to
install it first (windows recommend using WSL2 environment, or at least
git-bash)"><link rel=preload
href=/scss/main.min.3bdb596b76fcb366af48203b8a7820669f5437dd9ec431ee2c8b18063301106e.css
as=style><link
href=/scss/main.min.3bdb596b76fcb366af48203b8a7820669f5437dd9ec431ee2c8b18063301106e.css
rel=stylesheet integrity><script
src=https://code.jquery.com/jquery-3.5.1.min.js
integrity="sha256-9/aliU8dGd2tb6OSsuzi [...]
+1. prepare If there is no svn or gpg or wget environment locally, it is
recommended to install it first (windows recommend using WSL2 environment, or
at least git-bash), also make sure to install java (recommended 11) and maven
software"><link rel=preload
href=/scss/main.min.3bdb596b76fcb366af48203b8a7820669f5437dd9ec431ee2c8b18063301106e.css
as=style><link
href=/scss/main.min.3bdb596b76fcb366af48203b8a7820669f5437dd9ec431ee2c8b18063301106e.css
rel=stylesheet integrity><script src=https: [...]
<link rel=stylesheet href=/css/prism.css><script
type=application/javascript>var
doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new
Date,ga("create","UA-00000000-0","auto"),ga("send","pageview"))</script><script
async src=https://www.google-analytics.com/analytics.js></script></head><body
class=td-page><header><nav class="js-navbar-scroll navbar navbar-expand
navbar-dark flex-column flex-md-row td-navbar"><a class=navbar-brand href=/><sp
[...]
<a
href=https://github.com/apache/incubator-hugegraph-doc/edit/master/content/en/docs/contribution-guidelines/validate-release.md
class=td-page-meta--edit target=_blank rel=noopener><i class="fa fa-edit
fa-fw"></i> Edit this page</a>
<a
href="https://github.com/apache/incubator-hugegraph-doc/new/master/content/en/docs/contribution-guidelines/validate-release.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the
[...]
<a
href="https://github.com/apache/incubator-hugegraph-doc/issues/new?title=Validate%20Apache%20Release"
class=td-page-meta--issue target=_blank rel=noopener><i class="fab fa-github
fa-fw"></i> Create documentation issue</a>
<a href=https://github.com/apache/incubator-hugegraph/issues/new
class=td-page-meta--project-issue target=_blank rel=noopener><i class="fas
fa-tasks fa-fw"></i> Create project issue</a>
-<a id=print href=/docs/contribution-guidelines/_print/><i class="fa fa-print
fa-fw"></i> Print entire section</a></div><div class=td-toc><nav
id=TableOfContents><ul><li><a
href=#verification>Verification</a><ul><li></li></ul></li><li><a
href=#mail-template>Mail Template</a></li></ul></nav></div></aside><main
class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb
class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item><a
href=/docs/>Documentation</a></li [...]
+<a id=print href=/docs/contribution-guidelines/_print/><i class="fa fa-print
fa-fw"></i> Print entire section</a></div><div class=td-toc><nav
id=TableOfContents><ul><li><a
href=#verification>Verification</a><ul><li></li></ul></li><li><a
href=#mail-template>Mail Template</a></li></ul></nav></div></aside><main
class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb
class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item><a
href=/docs/>Documentation</a></li [...]
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># ubuntu/debian</span>
</span></span><span style=display:flex><span>sudo apt install subversion -y
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># MacOS</span>
@@ -30,7 +30,13 @@ Verification When the internal temporary release and
packaging work is completed
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># To verify that the installation was
successful, execute the following command:</span>
</span></span><span style=display:flex><span>gpg --version
</span></span><span style=display:flex><span>
-</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 3. Download the hugegraph-svn directory
(version number, pay attention to fill in the verification version, here we
take 1.0.0 as an example)</span>
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 3. install wget (we will enhance it
later, like use `curl`)</span>
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># ubuntu/debian</span>
+</span></span><span style=display:flex><span>sudo apt-get install wget -y
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># MacOS</span>
+</span></span><span style=display:flex><span>brew install wget
+</span></span><span style=display:flex><span>
+</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 4. Download the hugegraph-svn directory
(version number, pay attention to fill in the verification version, here we
take 1.0.0 as an example)</span>
</span></span><span style=display:flex><span>svn co
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># (Note) If svn downloads a file very
slowly, you can consider wget to download a single file, as follows (or
consider using a proxy)</span>
</span></span><span style=display:flex><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
@@ -102,7 +108,7 @@ Verification When the internal temporary release and
packaging work is completed
</span></span><span style=display:flex><span><span
style=color:#204a87;font-weight:700>3.</span> LICENSE and NOTICE are exist
</span></span><span style=display:flex><span><span
style=color:#204a87;font-weight:700>4.</span> Build successfully on macOS(Big
Sur)
</span></span><span style=display:flex><span><span
style=color:#204a87;font-weight:700>5.</span> ....
-</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
[...]
+</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
[...]
<script
src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js
integrity="sha512-UR25UO94eTnCVwjbXozyeVd6ZqpaAE9naiEUBK/A+QDbfSTQFhPGj5lOR6d8tsgbBk84Ggb5A3EkjsOgPRPcKA=="
crossorigin=anonymous></script>
<script src=/js/tabpane-persist.js></script>
<script
src=/js/main.min.aa9f4c5dae6a98b2c46277f4c56f1673a2b000d1756ce4ffae93784cab25e6d5.js
integrity="sha256-qp9MXa5qmLLEYnf0xW8Wc6KwANF1bOT/rpN4TKsl5tU="
crossorigin=anonymous></script>
diff --git a/docs/index.xml b/docs/index.xml
index d251c64a..9fd26dee 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -1377,6 +1377,7 @@ serializer=binary
</span></span><span style="display:flex;"><span>shasum -a <span
style="color:#0000cf;font-weight:bold">512</span>
apache-hugegraph-incubating-1.0.0.tar.gz
</span></span><span style="display:flex;"><span>curl
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz.sha512
</span></span></code></pre></div><h4
id="33-source-code-compilation">3.3 Source code compilation</h4>
+<p>Please ensure that the wget command is installed before compiling the
source code</p>
<p>We could get HugeGraph <strong>source code</strong> by 2 ways: (So
as the other HugeGraph repos/modules)</p>
<ul>
<li>download the stable/release version from the ASF site</li>
@@ -6766,6 +6767,7 @@ auth.user_tokens=[hugegraph1:token-value-1,
hugegraph2:token-value-2]
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-bash" data-lang="bash"><span
style="display:flex;"><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
</span></span><span style="display:flex;"><span>tar zxf
*hugegraph*.tar.gz
</span></span></code></pre></div><h4
id="22-clone-source-code-to-compile-and-install">2.2 Clone source code to
compile and install</h4>
+<p>Please ensure that the wget command is installed before compiling the
source code</p>
<p>Download the latest version of the HugeGraph-Tools source package:</p>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-bash" data-lang="bash"><span
style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 1. get from github</span>
</span></span><span style="display:flex;"><span>git clone
https://github.com/apache/hugegraph-toolchain.git
@@ -7499,7 +7501,7 @@ Implement a class inherited from
<code>Formatter</code> in the directory,
<h2 id="verification">Verification</h2>
<p>When the internal temporary release and packaging work is completed,
other community developers (especially PMC) need to participate in the <a
href="https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist">verification
link</a>To ensure the &ldquo;correctness + completeness&rdquo; of
someone&rsquo;s published version, here requires
<strong>everyone</strong> to participate as much as possible, and then
explain which items you have &l [...]
<h4 id="1-prepare">1. prepare</h4>
-<p>If there is no svn or gpg environment locally, it is recommended to
install it first (windows recommend using WSL2 environment, or at least
<code>git-bash</code>)</p>
+<p>If there is no svn or gpg or wget environment locally, it is recommended
to install it first (windows recommend using WSL2 environment, or at least
<code>git-bash</code>), also make sure to install java (recommended 11)
and maven software</p>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-bash" data-lang="bash"><span
style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 1. install svn</span>
</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># ubuntu/debian</span>
</span></span><span style="display:flex;"><span>sudo apt install
subversion -y
@@ -7516,7 +7518,13 @@ Implement a class inherited from
<code>Formatter</code> in the directory,
</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># To verify that the installation was
successful, execute the following command:</span>
</span></span><span style="display:flex;"><span>gpg --version
</span></span><span style="display:flex;"><span>
-</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 3. Download the hugegraph-svn
directory (version number, pay attention to fill in the verification version,
here we take 1.0.0 as an example)</span>
+</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 3. install wget (we will enhance it
later, like use `curl`)</span>
+</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># ubuntu/debian</span>
+</span></span><span style="display:flex;"><span>sudo apt-get
install wget -y
+</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># MacOS</span>
+</span></span><span style="display:flex;"><span>brew install wget
+</span></span><span style="display:flex;"><span>
+</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 4. Download the hugegraph-svn
directory (version number, pay attention to fill in the verification version,
here we take 1.0.0 as an example)</span>
</span></span><span style="display:flex;"><span>svn co
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/
</span></span><span style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># (Note) If svn downloads a file very
slowly, you can consider wget to download a single file, as follows (or
consider using a proxy)</span>
</span></span><span style="display:flex;"><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
diff --git a/docs/quickstart/_print/index.html
b/docs/quickstart/_print/index.html
index d2e6591b..1f566291 100644
--- a/docs/quickstart/_print/index.html
+++ b/docs/quickstart/_print/index.html
@@ -15,7 +15,7 @@
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># (Optional) verify the integrity with
SHA512 (recommended)</span>
</span></span><span style=display:flex><span>shasum -a <span
style=color:#0000cf;font-weight:700>512</span>
apache-hugegraph-incubating-1.0.0.tar.gz
</span></span><span style=display:flex><span>curl
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz.sha512
-</span></span></code></pre></div><h4 id=33-source-code-compilation>3.3 Source
code compilation</h4><p>We could get HugeGraph <strong>source code</strong> by
2 ways: (So as the other HugeGraph repos/modules)</p><ul><li>download the
stable/release version from the ASF site</li><li>clone the unstable/latest
version by GitBox(ASF) or GitHub</li></ul><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang [...]
+</span></span></code></pre></div><h4 id=33-source-code-compilation>3.3 Source
code compilation</h4><p>Please ensure that the wget command is installed before
compiling the source code</p><p>We could get HugeGraph <strong>source
code</strong> by 2 ways: (So as the other HugeGraph
repos/modules)</p><ul><li>download the stable/release version from the ASF
site</li><li>clone the unstable/latest version by GitBox(ASF) or
GitHub</li></ul><div class=highlight><pre tabindex=0 style=background-co [...]
</span></span><span style=display:flex><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-src-1.0.0.tar.gz
</span></span><span style=display:flex><span>tar zxf *hugegraph*.tar.gz
</span></span><span style=display:flex><span>
@@ -666,7 +666,7 @@ And there is no need to guarantee the order between the two
parameters.</p><ul><
</span></span></span><span style=display:flex><span><span
style=color:#4e9a06></span>--graph graph-test --num-executors <span
style=color:#0000cf;font-weight:700>6</span> --executor-cores <span
style=color:#0000cf;font-weight:700>16</span> --executor-memory 15g
</span></span></code></pre></div></div><div class=td-content
style=page-break-before:always><h1 id=pg-06d4cae527789fcda01ebf4e48c6559f>3 -
HugeGraph-Tools Quick Start</h1><h3 id=1-hugegraph-tools-overview>1
HugeGraph-Tools Overview</h3><p>HugeGraph-Tools is an automated deployment,
management and backup/restore component of HugeGraph.</p><h3
id=2-get-hugegraph-tools>2 Get HugeGraph-Tools</h3><p>There are two ways to get
HugeGraph-Tools:</p><ul><li>Download the compiled tarball</li><li>Cl [...]
</span></span><span style=display:flex><span>tar zxf *hugegraph*.tar.gz
-</span></span></code></pre></div><h4
id=22-clone-source-code-to-compile-and-install>2.2 Clone source code to compile
and install</h4><p>Download the latest version of the HugeGraph-Tools source
package:</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 1. get from github</span>
+</span></span></code></pre></div><h4
id=22-clone-source-code-to-compile-and-install>2.2 Clone source code to compile
and install</h4><p>Please ensure that the wget command is installed before
compiling the source code</p><p>Download the latest version of the
HugeGraph-Tools source package:</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span><span
style=color [...]
</span></span><span style=display:flex><span>git clone
https://github.com/apache/hugegraph-toolchain.git
</span></span><span style=display:flex><span>
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 2. get from direct (e.g. here is
1.0.0, please choose the latest version)</span>
diff --git a/docs/quickstart/hugegraph-server/index.html
b/docs/quickstart/hugegraph-server/index.html
index 23c62a63..b8186a5d 100644
--- a/docs/quickstart/hugegraph-server/index.html
+++ b/docs/quickstart/hugegraph-server/index.html
@@ -2,9 +2,9 @@
HugeGraph-Server is the core part of the HugeGraph Project, contains
submodules such as Core、Backend、API.
The Core Module …"><meta property="og:title" content="HugeGraph-Server Quick
Start"><meta property="og:description" content="1 HugeGraph-Server Overview
HugeGraph-Server is the core part of the HugeGraph Project, contains submodules
such as Core、Backend、API.
The Core Module is an implementation of the Tinkerpop interface; The Backend
module is used to save the graph data to the data store, currently supported
backends include:Memory、Cassandra、ScyllaDB、RocksDB; The API Module provides
HTTP Server, which converts Client’s HTTP request into a call to Core
Module.
-There will be two spellings HugeGraph-Server and HugeGraphServer in the
document, and other modules are similar."><meta property="og:type"
content="article"><meta property="og:url"
content="/docs/quickstart/hugegraph-server/"><meta property="article:section"
content="docs"><meta property="article:modified_time"
content="2023-02-11T22:24:36+08:00"><meta property="og:site_name"
content="HugeGraph"><meta itemprop=name content="HugeGraph-Server Quick
Start"><meta itemprop=description content [...]
+There will be two spellings HugeGraph-Server and HugeGraphServer in the
document, and other modules are similar."><meta property="og:type"
content="article"><meta property="og:url"
content="/docs/quickstart/hugegraph-server/"><meta property="article:section"
content="docs"><meta property="article:modified_time"
content="2023-02-15T16:14:21+08:00"><meta property="og:site_name"
content="HugeGraph"><meta itemprop=name content="HugeGraph-Server Quick
Start"><meta itemprop=description content [...]
The Core Module is an implementation of the Tinkerpop interface; The Backend
module is used to save the graph data to the data store, currently supported
backends include:Memory、Cassandra、ScyllaDB、RocksDB; The API Module provides
HTTP Server, which converts Client’s HTTP request into a call to Core
Module.
-There will be two spellings HugeGraph-Server and HugeGraphServer in the
document, and other modules are similar."><meta itemprop=dateModified
content="2023-02-11T22:24:36+08:00"><meta itemprop=wordCount
content="1791"><meta itemprop=keywords content><meta name=twitter:card
content="summary"><meta name=twitter:title content="HugeGraph-Server Quick
Start"><meta name=twitter:description content="1 HugeGraph-Server Overview
HugeGraph-Server is the core part of the HugeGraph Project, contains [...]
+There will be two spellings HugeGraph-Server and HugeGraphServer in the
document, and other modules are similar."><meta itemprop=dateModified
content="2023-02-15T16:14:21+08:00"><meta itemprop=wordCount
content="1804"><meta itemprop=keywords content><meta name=twitter:card
content="summary"><meta name=twitter:title content="HugeGraph-Server Quick
Start"><meta name=twitter:description content="1 HugeGraph-Server Overview
HugeGraph-Server is the core part of the HugeGraph Project, contains [...]
The Core Module is an implementation of the Tinkerpop interface; The Backend
module is used to save the graph data to the data store, currently supported
backends include:Memory、Cassandra、ScyllaDB、RocksDB; The API Module provides
HTTP Server, which converts Client’s HTTP request into a call to Core
Module.
There will be two spellings HugeGraph-Server and HugeGraphServer in the
document, and other modules are similar."><link rel=preload
href=/scss/main.min.3bdb596b76fcb366af48203b8a7820669f5437dd9ec431ee2c8b18063301106e.css
as=style><link
href=/scss/main.min.3bdb596b76fcb366af48203b8a7820669f5437dd9ec431ee2c8b18063301106e.css
rel=stylesheet integrity><script
src=https://code.jquery.com/jquery-3.5.1.min.js
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin=anonymous> [...]
<link rel=stylesheet href=/css/prism.css><script
type=application/javascript>var
doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new
Date,ga("create","UA-00000000-0","auto"),ga("send","pageview"))</script><script
async src=https://www.google-analytics.com/analytics.js></script></head><body
class=td-page><header><nav class="js-navbar-scroll navbar navbar-expand
navbar-dark flex-column flex-md-row td-navbar"><a class=navbar-brand href=/><sp
[...]
@@ -27,7 +27,7 @@ There will be two spellings HugeGraph-Server and
HugeGraphServer in the document
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># (Optional) verify the integrity with
SHA512 (recommended)</span>
</span></span><span style=display:flex><span>shasum -a <span
style=color:#0000cf;font-weight:700>512</span>
apache-hugegraph-incubating-1.0.0.tar.gz
</span></span><span style=display:flex><span>curl
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz.sha512
-</span></span></code></pre></div><h4 id=33-source-code-compilation>3.3 Source
code compilation</h4><p>We could get HugeGraph <strong>source code</strong> by
2 ways: (So as the other HugeGraph repos/modules)</p><ul><li>download the
stable/release version from the ASF site</li><li>clone the unstable/latest
version by GitBox(ASF) or GitHub</li></ul><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang [...]
+</span></span></code></pre></div><h4 id=33-source-code-compilation>3.3 Source
code compilation</h4><p>Please ensure that the wget command is installed before
compiling the source code</p><p>We could get HugeGraph <strong>source
code</strong> by 2 ways: (So as the other HugeGraph
repos/modules)</p><ul><li>download the stable/release version from the ASF
site</li><li>clone the unstable/latest version by GitBox(ASF) or
GitHub</li></ul><div class=highlight><pre tabindex=0 style=background-co [...]
</span></span><span style=display:flex><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-src-1.0.0.tar.gz
</span></span><span style=display:flex><span>tar zxf *hugegraph*.tar.gz
</span></span><span style=display:flex><span>
@@ -202,7 +202,7 @@ restserver.url=http://0.0.0.0:8080
}
</code></pre><p>For detailed API, please refer to<a
href=/dcos/clients/restful-api>RESTful-API</a></p><h3 id=7-stop-server>7 Stop
Server</h3><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span><span
style=color:#000>$cd</span> hugegraph-<span style=color:#4e9a06>${</span><span
style=color:#000>version</span><span style=color:#4e9a06>}</span>
</span></span><span style=display:flex><span><span
style=color:#000>$bin</span>/stop-hugegraph.sh
-</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
[...]
+</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
[...]
<script
src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js
integrity="sha512-UR25UO94eTnCVwjbXozyeVd6ZqpaAE9naiEUBK/A+QDbfSTQFhPGj5lOR6d8tsgbBk84Ggb5A3EkjsOgPRPcKA=="
crossorigin=anonymous></script>
<script src=/js/tabpane-persist.js></script>
<script
src=/js/main.min.aa9f4c5dae6a98b2c46277f4c56f1673a2b000d1756ce4ffae93784cab25e6d5.js
integrity="sha256-qp9MXa5qmLLEYnf0xW8Wc6KwANF1bOT/rpN4TKsl5tU="
crossorigin=anonymous></script>
diff --git a/docs/quickstart/hugegraph-tools/index.html
b/docs/quickstart/hugegraph-tools/index.html
index 4a221974..83037d97 100644
--- a/docs/quickstart/hugegraph-tools/index.html
+++ b/docs/quickstart/hugegraph-tools/index.html
@@ -3,13 +3,13 @@ HugeGraph-Tools is an automated deployment, management and
backup/restore compon
2 Get HugeGraph-Tools …"><meta property="og:title" content="HugeGraph-Tools
Quick Start"><meta property="og:description" content="1 HugeGraph-Tools
Overview HugeGraph-Tools is an automated deployment, management and
backup/restore component of HugeGraph.
2 Get HugeGraph-Tools There are two ways to get HugeGraph-Tools:
Download the compiled tarball Clone source code then compile and install 2.1
Download the compiled archive Download the latest version of the
HugeGraph-Toolchain package:
-wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
tar zxf *hugegraph*.tar.gz 2.2 Clone source code to compile and install
Download the latest version of the HugeGraph-Tools source package:"><meta
property="og:type" content="article"><meta property="og:url"
content="/docs/quickstart/hugegraph-tools/"><meta property="article:section"
content="docs"><meta property="article:modified_time"
content="2023-01-04T22:59:07+08:0 [...]
+wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
tar zxf *hugegraph*.tar.gz 2.2 Clone source code to compile and install Please
ensure that the wget command is installed before compiling the source
code"><meta property="og:type" content="article"><meta property="og:url"
content="/docs/quickstart/hugegraph-tools/"><meta property="article:section"
content="docs"><meta property="article:modified_time" content="2023-02-1 [...]
2 Get HugeGraph-Tools There are two ways to get HugeGraph-Tools:
Download the compiled tarball Clone source code then compile and install 2.1
Download the compiled archive Download the latest version of the
HugeGraph-Toolchain package:
-wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
tar zxf *hugegraph*.tar.gz 2.2 Clone source code to compile and install
Download the latest version of the HugeGraph-Tools source package:"><meta
itemprop=dateModified content="2023-01-04T22:59:07+08:00"><meta
itemprop=wordCount content="3211"><meta itemprop=keywords content><meta
name=twitter:card content="summary"><meta name=twitter:title
content="HugeGraph-Tools Qui [...]
+wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
tar zxf *hugegraph*.tar.gz 2.2 Clone source code to compile and install Please
ensure that the wget command is installed before compiling the source
code"><meta itemprop=dateModified content="2023-02-15T16:14:21+08:00"><meta
itemprop=wordCount content="3224"><meta itemprop=keywords content><meta
name=twitter:card content="summary"><meta name=twitter:title content="Huge [...]
2 Get HugeGraph-Tools There are two ways to get HugeGraph-Tools:
Download the compiled tarball Clone source code then compile and install 2.1
Download the compiled archive Download the latest version of the
HugeGraph-Toolchain package:
-wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
tar zxf *hugegraph*.tar.gz 2.2 Clone source code to compile and install
Download the latest version of the HugeGraph-Tools source package:"><link
rel=preload
href=/scss/main.min.3bdb596b76fcb366af48203b8a7820669f5437dd9ec431ee2c8b18063301106e.css
as=style><link
href=/scss/main.min.3bdb596b76fcb366af48203b8a7820669f5437dd9ec431ee2c8b18063301106e.css
rel=stylesheet integ [...]
+wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
tar zxf *hugegraph*.tar.gz 2.2 Clone source code to compile and install Please
ensure that the wget command is installed before compiling the source
code"><link rel=preload
href=/scss/main.min.3bdb596b76fcb366af48203b8a7820669f5437dd9ec431ee2c8b18063301106e.css
as=style><link
href=/scss/main.min.3bdb596b76fcb366af48203b8a7820669f5437dd9ec431ee2c8b18063301106e.css
rel=s [...]
<link rel=stylesheet href=/css/prism.css><script
type=application/javascript>var
doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new
Date,ga("create","UA-00000000-0","auto"),ga("send","pageview"))</script><script
async src=https://www.google-analytics.com/analytics.js></script></head><body
class=td-page><header><nav class="js-navbar-scroll navbar navbar-expand
navbar-dark flex-column flex-md-row td-navbar"><a class=navbar-brand href=/><sp
[...]
<a
href=https://github.com/apache/incubator-hugegraph-doc/edit/master/content/en/docs/quickstart/hugegraph-tools.md
class=td-page-meta--edit target=_blank rel=noopener><i class="fa fa-edit
fa-fw"></i> Edit this page</a>
<a
href="https://github.com/apache/incubator-hugegraph-doc/new/master/content/en/docs/quickstart/hugegraph-tools.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matt
[...]
@@ -17,7 +17,7 @@ wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hug
<a href=https://github.com/apache/incubator-hugegraph/issues/new
class=td-page-meta--project-issue target=_blank rel=noopener><i class="fas
fa-tasks fa-fw"></i> Create project issue</a>
<a id=print href=/docs/quickstart/_print/><i class="fa fa-print fa-fw"></i>
Print entire section</a></div><div class=td-toc><nav
id=TableOfContents><ul><li><ul><li><a href=#1-hugegraph-tools-overview>1
HugeGraph-Tools Overview</a></li><li><a href=#2-get-hugegraph-tools>2 Get
HugeGraph-Tools</a></li><li><a href=#3-how-to-use>3 How to
use</a></li></ul></li></ul></nav></div></aside><main class="col-12 col-md-9
col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol
c [...]
</span></span><span style=display:flex><span>tar zxf *hugegraph*.tar.gz
-</span></span></code></pre></div><h4
id=22-clone-source-code-to-compile-and-install>2.2 Clone source code to compile
and install</h4><p>Download the latest version of the HugeGraph-Tools source
package:</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 1. get from github</span>
+</span></span></code></pre></div><h4
id=22-clone-source-code-to-compile-and-install>2.2 Clone source code to compile
and install</h4><p>Please ensure that the wget command is installed before
compiling the source code</p><p>Download the latest version of the
HugeGraph-Tools source package:</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span><span
style=color [...]
</span></span><span style=display:flex><span>git clone
https://github.com/apache/hugegraph-toolchain.git
</span></span><span style=display:flex><span>
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># 2. get from direct (e.g. here is
1.0.0, please choose the latest version)</span>
@@ -368,7 +368,7 @@ Implement a class inherited from <code>Formatter</code> in
the directory, such a
</span></span><span style=display:flex><span><span
style=color:#8f5902;font-style:italic># restore graph mode</span>
</span></span><span style=display:flex><span>./bin/hugegraph --url
http://127.0.0.1:8080 --graph hugegraph graph-mode-set -m NONE
</span></span></code></pre></div><h6 id=8-graph-migration>8. Graph
Migration</h6><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span
style=display:flex><span>./bin/hugegraph --url http://127.0.0.1:8080 --graph
hugegraph migrate --target-url http://127.0.0.1:8090 --target-graph hugegraph
-</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
[...]
+</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
[...]
<script
src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js
integrity="sha512-UR25UO94eTnCVwjbXozyeVd6ZqpaAE9naiEUBK/A+QDbfSTQFhPGj5lOR6d8tsgbBk84Ggb5A3EkjsOgPRPcKA=="
crossorigin=anonymous></script>
<script src=/js/tabpane-persist.js></script>
<script
src=/js/main.min.aa9f4c5dae6a98b2c46277f4c56f1673a2b000d1756ce4ffae93784cab25e6d5.js
integrity="sha256-qp9MXa5qmLLEYnf0xW8Wc6KwANF1bOT/rpN4TKsl5tU="
crossorigin=anonymous></script>
diff --git a/docs/quickstart/index.xml b/docs/quickstart/index.xml
index 8157839a..000b2436 100644
--- a/docs/quickstart/index.xml
+++ b/docs/quickstart/index.xml
@@ -45,6 +45,7 @@
</span></span><span style="display:flex;"><span>shasum -a <span
style="color:#0000cf;font-weight:bold">512</span>
apache-hugegraph-incubating-1.0.0.tar.gz
</span></span><span style="display:flex;"><span>curl
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz.sha512
</span></span></code></pre></div><h4
id="33-source-code-compilation">3.3 Source code compilation</h4>
+<p>Please ensure that the wget command is installed before compiling the
source code</p>
<p>We could get HugeGraph <strong>source code</strong> by 2 ways: (So
as the other HugeGraph repos/modules)</p>
<ul>
<li>download the stable/release version from the ASF site</li>
@@ -1323,6 +1324,7 @@ And there is no need to guarantee the order between the
two parameters.</p>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-bash" data-lang="bash"><span
style="display:flex;"><span>wget
https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
</span></span><span style="display:flex;"><span>tar zxf
*hugegraph*.tar.gz
</span></span></code></pre></div><h4
id="22-clone-source-code-to-compile-and-install">2.2 Clone source code to
compile and install</h4>
+<p>Please ensure that the wget command is installed before compiling the
source code</p>
<p>Download the latest version of the HugeGraph-Tools source package:</p>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-bash" data-lang="bash"><span
style="display:flex;"><span><span
style="color:#8f5902;font-style:italic"># 1. get from github</span>
</span></span><span style="display:flex;"><span>git clone
https://github.com/apache/hugegraph-toolchain.git
diff --git a/en/sitemap.xml b/en/sitemap.xml
index b97331c5..08eeac54 100644
--- a/en/sitemap.xml
+++ b/en/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/docs/guides/architectural/</loc><lastmod>2022-11-27T21:05:55+08:00</lastmod><xhtml:link
rel="alternate" hreflang="cn"
href="/cn/docs/guides/architectural/"/><xhtml:link rel="alternate"
hreflang="en"
href="/docs/guides/architectural/"/></url><url><loc>/docs/config/config-guide/</loc><lastmod>2023-02-08T20:56:09+08:00</last
[...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/docs/guides/architectural/</loc><lastmod>2022-11-27T21:05:55+08:00</lastmod><xhtml:link
rel="alternate" hreflang="cn"
href="/cn/docs/guides/architectural/"/><xhtml:link rel="alternate"
hreflang="en"
href="/docs/guides/architectural/"/></url><url><loc>/docs/config/config-guide/</loc><lastmod>2023-02-08T20:56:09+08:00</last
[...]
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index b65bb257..8aebdb9c 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>/en/sitemap.xml</loc><lastmod>2023-02-13T20:51:42+08:00</lastmod></sitemap><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2023-02-13T20:51:42+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>/en/sitemap.xml</loc><lastmod>2023-02-15T16:14:21+08:00</lastmod></sitemap><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2023-02-15T16:14:21+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file