This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
commit 126d7e6e65a85060ce359ea6f7d5a85472a265dd Author: imbajin <[email protected]> AuthorDate: Wed May 25 21:56:37 2022 +0800 Update hugegraph-server.md --- quickstart/hugegraph-server.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/quickstart/hugegraph-server.md b/quickstart/hugegraph-server.md index ee5e56e2..97d369b4 100644 --- a/quickstart/hugegraph-server.md +++ b/quickstart/hugegraph-server.md @@ -60,7 +60,7 @@ bin/hugegraph deploy -v {hugegraph-version} -p {install-path} [-u {download-path #### 3.2 下载tar包 ```bash -wget https://github.com/apache/incubator-hugegraph/releases/download/v${version}/hugegraph-${version}.tar.gz +wget https://github.com/apache/hugegraph/releases/download/v${version}/hugegraph-${version}.tar.gz tar -zxvf hugegraph-${version}.tar.gz ``` @@ -69,13 +69,13 @@ tar -zxvf hugegraph-${version}.tar.gz 下载HugeGraph源代码 ```bash -git clone https://github.com/apache/incubator-hugegraph.git +git clone https://github.com/apache/hugegraph.git hugegraph ``` 编译打包生成tar包 ```bash -cd incubator-hugegraph +cd hugegraph mvn package -DskipTests ``` @@ -113,7 +113,7 @@ mvn package -DskipTests ### 4 配置 -如果需要快速启动HugeGraph仅用于测试,那么只需要进行少数几个配置项的修改即可(见下一节)。 +如果需要快速启动 HugeGraph 仅用于测试,那么只需要进行少数几个配置项的修改即可(见下一节)。 详细的配置介绍请参考[配置文档](/config/config-guide.md)及[配置项介绍](/config/config-option.md) ### 5 启动 @@ -342,7 +342,6 @@ Starting HugeGraphServer... Connecting to HugeGraphServer (http://127.0.0.1:8080/graphs)....OK ``` - > 更多其它后端配置可参考[配置项介绍](/config/config-option.md) ### 6 访问Server
