You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hugegraph.apache.org by "imbajin (via GitHub)" <gi...@apache.org> on 2024/02/01 09:17:13 UTC

Re: [PR] doc: sync doc about enable auth for docker image [incubator-hugegraph-doc]

imbajin commented on code in PR #324:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/324#discussion_r1474055347


##########
content/cn/docs/config/config-authentication.md:
##########
@@ -73,13 +73,15 @@ gremlin.graph=org.apache.hugegraph.auth.HugeFactoryAuthProxy
 
 在鉴权配置完成后,需在首次执行 `init-store.sh` 时命令行中输入 `admin` 密码 (非 docker 部署模式下)
 
-如果基于 docker 镜像部署或者已经初始化 HugeGraph 并需要转换为鉴权模式,需要删除相关图数据并重新启动 HugeGraph,若图已有业务数据,暂时**无法直接转换**鉴权模式 (对于该功能的改进将在下个版本发布,修改方式可参考 [PR 2411](https://github.com/apache/incubator-hugegraph/pull/2411))。
+如果基于 docker 镜像部署或者已经初始化 HugeGraph 并需要转换为鉴权模式,需要删除相关图数据并重新启动 HugeGraph, 若图已有业务数据,暂时**无法直接转换**鉴权模式 (hugegraph 版本 <= 1.2.0) 
+> 对于该功能的改进已经在最新版本发布 (Docker latest 可用),可参考 [PR 2411](https://github.com/apache/incubator-hugegraph/pull/2411), 此时可无缝切换。 
 
 ```bash
 # stop the hugeGraph firstly
 bin/stop-hugegraph.sh
 
 # delete the store data (here we use the default path for rocksdb)
+# there is no need to delete in the latest version (fixed in https://github.com/apache/incubator-hugegraph/pull/2411)

Review Comment:
   ```suggestion
   # Note: no need to delete data in the latest code (fixed in https://github.com/apache/incubator-hugegraph/pull/2411)
   ```



##########
content/cn/docs/config/config-option.md:
##########
@@ -1,6 +1,6 @@
 ---
 title: "HugeGraph 配置项"
-linkTitle: "Config Options"
+linkTitle: "HugeGraph 配置项"

Review Comment:
   ```suggestion
   linkTitle: "配置项列表"
   ```



##########
content/cn/docs/config/config-https.md:
##########
@@ -1,6 +1,6 @@
 ---
 title: "配置 HugeGraphServer 使用 https 协议"
-linkTitle: "Config Https"
+linkTitle: "配置 HugeGraphServer 使用 https 协议"

Review Comment:
   ```suggestion
   linkTitle: "配置 HTTPS"
   ```



##########
content/cn/docs/performance/hugegraph-benchmark-0.5.6.md:
##########
@@ -1,6 +1,6 @@
 ---
 title: "HugeGraph BenchMark Performance"
-linkTitle: "HugeGraph BenchMark Performance"
+linkTitle: "HugeGraph 基准性能"

Review Comment:
   ```suggestion
   linkTitle: "HugeGraph 基准测试"
   ```



##########
content/cn/docs/guides/architectural.md:
##########
@@ -1,6 +1,6 @@
 ---
 title: "HugeGraph Architecture Overview"
-linkTitle: "Architecture Overview"
+linkTitle: "架构总览"

Review Comment:
   ```suggestion
   linkTitle: "架构概览"
   ```



##########
content/cn/docs/guides/backup-restore.md:
##########
@@ -1,6 +1,6 @@
 ---
 title: "Backup Restore"
-linkTitle: "Backup Restore"
+linkTitle: "备份与恢复"

Review Comment:
   ```suggestion
   linkTitle: "备份 & 恢复"
   ```



##########
content/cn/docs/quickstart/hugegraph-hubble.md:
##########
@@ -1,6 +1,6 @@
 ---
 title: "HugeGraph-Hubble Quick Start"
-linkTitle: "Visual with HugeGraph-Hubble"
+linkTitle: "使用 HugeGraph-Hubble 可视化"

Review Comment:
   ```suggestion
   linkTitle: "使用 Hubble 实现图可视化"
   ```



##########
content/cn/docs/quickstart/hugegraph-client.md:
##########
@@ -1,6 +1,6 @@
 ---
 title: "HugeGraph-Client Quick Start"
-linkTitle: "Develop with HugeGraph-Client"
+linkTitle: "使用 HugeGraph-Client 进行开发"

Review Comment:
   另外在 client 的页面里加一下链接一下 Go-Client 的 README 地址 (中/英两个版本)



##########
content/cn/docs/quickstart/hugegraph-loader.md:
##########
@@ -1,6 +1,6 @@
 ---
 title: "HugeGraph-Loader Quick Start"
-linkTitle: "Load data with HugeGraph-Loader"
+linkTitle: "使用 HugeGraph-Loader 导入数据"

Review Comment:
   ```suggestion
   linkTitle: "使用 Loader/Spark 实时导入数据"
   ```



##########
content/cn/docs/config/config-guide.md:
##########
@@ -1,6 +1,6 @@
 ---
 title: "HugeGraph 配置"
-linkTitle: "Config Guide"
+linkTitle: "配置指南"

Review Comment:
   ```suggestion
   linkTitle: "参数配置"
   ```



##########
content/cn/docs/guides/desgin-concept.md:
##########
@@ -1,6 +1,6 @@
 ---
 title: "HugeGraph Design Concepts"
-linkTitle: "Design Concepts"
+linkTitle: "设计理念"

Review Comment:
   ```suggestion
   linkTitle: "设计理念(legacy)"
   ```



##########
content/cn/docs/quickstart/hugegraph-computer.md:
##########
@@ -1,6 +1,6 @@
 ---
 title: "HugeGraph-Computer Quick Start"
-linkTitle: "Analysis with HugeGraph-Computer"
+linkTitle: "使用 HugeGraph-Computer 进行数据分析"

Review Comment:
   ```suggestion
   linkTitle: "使用 Computer 进行 OLAP 分析"
   ```



##########
content/cn/docs/quickstart/hugegraph-loader.md:
##########
@@ -103,7 +66,50 @@ services:
 > 
 > 1. hugegraph-loader 的 docker 镜像是一个便捷版本,用于快速启动 loader,并不是**官方发布物料包方式**。你可以从 [ASF Release Distribution Policy](https://infra.apache.org/release-distribution.html#dockerhub) 中得到更多细节。
 > 
-> 2. 推荐使用 `release tag`(如 `1.0.0`) 以获取稳定版。使用 `latest` tag 可以使用开发中的最新功能。
+> 2. 推荐使用 `release tag`(如 `1.2.0`) 以获取稳定版。使用 `latest` tag 可以使用开发中的最新功能。
+
+#### 2.2 下载已编译的压缩包
+
+下载最新版本的 HugeGraph-Toolchain Release 包,里面包含了 loader + tool + hubble 全套工具,如果你已经下载,可跳过重复步骤

Review Comment:
   ```suggestion
   下载最新版本的 `HugeGraph-Toolchain` Release 包,里面包含了 `loader + tool + hubble` 全套工具,如果你已经下载,可跳过重复步骤
   ```



##########
content/cn/docs/quickstart/hugegraph-client.md:
##########
@@ -1,6 +1,6 @@
 ---
 title: "HugeGraph-Client Quick Start"
-linkTitle: "Develop with HugeGraph-Client"
+linkTitle: "使用 HugeGraph-Client 进行开发"

Review Comment:
   ```suggestion
   linkTitle: "使用 HugeGraph-Client 开发"
   ```



##########
content/cn/docs/config/config-computer.md:
##########
@@ -1,6 +1,6 @@
 ---
 title: "HugeGraph-Computer 配置"
-linkTitle: "Config Computer"
+linkTitle: "HugeGraph-Computer 配置"

Review Comment:
   ```suggestion
   linkTitle: "图计算 Computer 配置"
   ```



##########
content/cn/docs/quickstart/hugegraph-tools.md:
##########
@@ -1,6 +1,6 @@
 ---
 title: "HugeGraph-Tools Quick Start"
-linkTitle: "Manage with HugeGraph-Tools"
+linkTitle: "使用 HugeGraph-Tools 进行管理"

Review Comment:
   ```suggestion
   linkTitle: "使用 HugeGraph-Tools 导出/管理图"
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org