This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch PragmaTwice-patch-1 in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit c932c4dc6c0453ff39aa5c2b0cf20fdae7a3eb1e Author: Twice <[email protected]> AuthorDate: Sat Sep 23 23:21:44 2023 +0900 Add community packages page --- download/community-packages.md | 22 ++++++++++++++++++++++ download/index.mdx | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/download/community-packages.md b/download/community-packages.md new file mode 100644 index 0000000..143798c --- /dev/null +++ b/download/community-packages.md @@ -0,0 +1,22 @@ +# Community Packages + +In addition to [official releases](https://kvrocks.apache.org/download/), +there are some packages for different linux distros maintained by some individual community members. + +Please note that these packages are NOT created and sponsored by the ASF. + +### Debian and its derivatives (e.g. Ubuntu) + +[kvrocks-fpm](https://github.com/RocksLabs/kvrocks-fpm) is maintained by RocksLabs, +which generates Debian packages from official releases. +Check [releases](https://github.com/RocksLabs/kvrocks-fpm/releases) page in the repository to download. + +Note that binaries included in the generated packages are built in GitHub Actions from official released source. + +### Arch Linux + +A [kvrocks](https://aur.archlinux.org/packages/kvrocks) package in the Arch User Repository (AUR) +is maintained by [@PragmaTwice](https://github.com/pragmatwice). + +Note that, like other AUR packages, the package does not contain binary files itself, +since all binaries will be built by [makepkg](https://wiki.archlinux.org/title/makepkg) from the package scripts. diff --git a/download/index.mdx b/download/index.mdx index 25f0eef..ea7da32 100644 --- a/download/index.mdx +++ b/download/index.mdx @@ -1,12 +1,12 @@ --- -title: Download +title: Official Download --- ## Apache Kvrocks Downloads Apache Kvrocks is released as a source artifact. We are pleased to announce our release as below. -### Releases +### Source Releases ````mdx-code-block import Releases from "../src/components/Releases";
