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

jiacai2050 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/horaedb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new b598e86  feat: add download page of cn (#144)
b598e86 is described below

commit b598e86886fbbe6e26a8d27a52a6b00f3d1d44e1
Author: 鲍金日 <[email protected]>
AuthorDate: Sat Oct 19 17:25:17 2024 +0800

    feat: add download page of cn (#144)
---
 content/cn/downloads.md | 75 +++++++++++++++++++++++++++++++++++++++++++++++++
 content/en/downloads.md |  2 +-
 2 files changed, 76 insertions(+), 1 deletion(-)

diff --git a/content/cn/downloads.md b/content/cn/downloads.md
new file mode 100644
index 0000000..e323f81
--- /dev/null
+++ b/content/cn/downloads.md
@@ -0,0 +1,75 @@
+---
+title: "下载"
+type: docs
+menu:
+  main:
+    weight: 30
+    pre: <i class='fa-solid fa-download'></i>
+---
+
+Apache HoraeDB 使用源码压缩包进行发布。
+
+# 最新发布
+
+最新一次发布版本:2.0.0(2024-05-23),源码[下载地址](https://downloads.apache.org/incubator/horaedb/horaedb/v2.0.0/apache-horaedb-incubating-v2.0.0-src.tar.gz)。
+
+用户可以按照以下指南使用 
[signatures](https://downloads.apache.org/incubator/horaedb/horaedb/v2.0.0/apache-horaedb-incubating-v2.0.0-src.tar.gz.asc)
 和 
[checksums](https://downloads.apache.org/incubator/horaedb/horaedb/v2.0.0/apache-horaedb-incubating-v2.0.0-src.tar.gz.sha512)
 验证此版本。
+
+## Docker 镜像
+
+暂不提供预构建好的二进制文件,用户可以使用源码[编译]({{< ref "compile_run.md" >}})或者使用 docker 镜像:
+
+- https://hub.docker.com/r/apache/horaemeta-server
+- https://hub.docker.com/r/apache/horaedb-server
+
+## 历史版本
+
+历史已发布版本,可以在[这里](https://downloads.apache.org/incubator/horaedb/horaedb/)查询得到。
+
+# 验证 signatures 和 checksums
+
+强烈建议用户验证下载的文件。
+
+HoraeDB 为所有在下载站点上的文件提供 SHA digest 文件和 PGP 签名文件,验证文件以原始文件命名,并带有 `sha512`、`asc` 
扩展名。
+
+## 验证 Checksums
+
+用户需要下载 `tar.gz` 文件和 `tar.gz.sha512` 文件来验证 Checksums。验证命令:
+
+```bash
+sha512sum -c apache-horaedb-incubating-v2.0.0-src.tar.gz.sha512
+```
+
+正确结果:
+
+```
+apache-horaedb-incubating-v2.0.0-src.tar.gz: OK
+```
+
+## 验证 Signatures
+
+验证 PGP Signatures,用户需要下载 [release 
KEYS](https://downloads.apache.org/incubator/horaedb/KEYS) 文件。
+
+导入下载的 KEYS 文件:
+
+```bash
+gpg --import KEYS
+```
+
+验证命令:
+
+```bash
+gpg --verify apache-horaedb-incubating-v2.0.0-src.tar.gz.asc
+```
+
+正确结果:
+
+```
+gpg: Signature made Wed 12 Jun 2024 11:05:04 AM CST using RSA key ID 08A0BAB4
+gpg: Good signature from "[email protected]"
+gpg:                 aka "Jiacai Liu <[email protected]>"
+gpg:                 aka "Jiacai Liu <[email protected]>"
+gpg: WARNING: This key is not certified with a trusted signature!
+gpg:          There is no indication that the signature belongs to the owner.
+Primary key fingerprint: 6F73 4AE4 297C 7F62 B605  4F91 D302 6E5C 08A0 BAB4
+```
diff --git a/content/en/downloads.md b/content/en/downloads.md
index c5e35bf..e8865c4 100644
--- a/content/en/downloads.md
+++ b/content/en/downloads.md
@@ -30,7 +30,7 @@ For older releases, please check the 
[archive](https://downloads.apache.org/incu
 
 It's highly recommended to verify the files that you download.
 
-Fury provides SHA digest and PGP signature files for all the files that we 
host on the download site. These files are named after the files they relate to 
but have `sha512`, `asc` extensions.
+HoraeDB provides SHA digest and PGP signature files for all the files that we 
host on the download site. These files are named after the files they relate to 
but have `sha512`, `asc` extensions.
 
 ## Verify Checksums
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to