This is an automated email from the ASF dual-hosted git repository. jiacai2050 pushed a commit to branch feat-download in repository https://gitbox.apache.org/repos/asf/horaedb-docs.git
commit 67b2b8787cba130ab8dfe3d6cf0817a1dffa58de Author: jiacai2050 <[email protected]> AuthorDate: Fri Oct 18 10:19:45 2024 +0800 feat: add download page --- content/en/community/_index.md | 1 - content/en/download.md | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/content/en/community/_index.md b/content/en/community/_index.md index fa01d87..3950ee6 100644 --- a/content/en/community/_index.md +++ b/content/en/community/_index.md @@ -1,6 +1,5 @@ --- title: "Community" -weight: 1 menu: main: weight: 40 diff --git a/content/en/download.md b/content/en/download.md new file mode 100644 index 0000000..d5cd660 --- /dev/null +++ b/content/en/download.md @@ -0,0 +1,23 @@ +--- +title: "Downloads" +type: docs +menu: + main: + weight: 30 + pre: <i class='fa-solid fa-download'></i> +--- + +# The latest release + +The latest release is 2.0.0(2024-05-23), the source code can be downloaded [here](https://downloads.apache.org/incubator/horaedb/horaedb/v2.0.0/apache-horaedb-incubating-v2.0.0-src.tar.gz). + +Verify this release using the [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) and project release KEYS by following [these procedures](https://github.com/apache/horaedb/wiki/ASF-review-guide). + +Pre-built binaries are not provided yet, users can [compile from source]({{< ref "compile_run.md" >}}) or using docker images: + +- https://hub.docker.com/r/apache/horaemeta-server +- https://hub.docker.com/r/apache/horaedb-server + +# All archived releases + +For older releases, please check the [archive](https://downloads.apache.org/incubator/horaedb/horaedb/). --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
