This is an automated email from the ASF dual-hosted git repository.
kaili pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/new-official-website by this
push:
new 4bb2431713 [ISSUE #598] release 5.1.4, update doc (#599)
4bb2431713 is described below
commit 4bb24317132d6e3defc4c50242c95abcbec870a2
Author: lk <[email protected]>
AuthorDate: Mon Oct 9 14:12:46 2023 +0800
[ISSUE #598] release 5.1.4, update doc (#599)
---
.../version-5.0/02-quickStart/01quickstart.md | 12 ++++++------
src/pages/download.md | 1 +
versioned_docs/version-5.0/02-quickStart/01quickstart.md | 12 ++++++------
3 files changed, 13 insertions(+), 12 deletions(-)
diff --git
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/02-quickStart/01quickstart.md
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/02-quickStart/01quickstart.md
index 8da276dc20..bf552758d4 100644
---
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/02-quickStart/01quickstart.md
+++
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/02-quickStart/01quickstart.md
@@ -13,19 +13,19 @@ This section will describe steps to quickly deploy a
RocketMQ cluster with a sin
:::tip Download RocketMQ
-Apache RocketMQ is distributed both in binary and source packages. Click
[here](https://dist.apache.org/repos/dist/release/rocketmq/5.1.3/rocketmq-all-5.1.3-source-release.zip)
to download Apache RocketMQ 5.1.3 source package. You may prefer [prebuilt
binary
package](https://dist.apache.org/repos/dist/release/rocketmq/5.1.3/rocketmq-all-5.1.3-bin-release.zip),
which can be run directly since it has been compiled.
+Apache RocketMQ is distributed both in binary and source packages. Click
[here](https://dist.apache.org/repos/dist/release/rocketmq/5.1.4/rocketmq-all-5.1.4-source-release.zip)
to download Apache RocketMQ 5.1.4 source package. You may prefer [prebuilt
binary
package](https://dist.apache.org/repos/dist/release/rocketmq/5.1.4/rocketmq-all-5.1.4-bin-release.zip),
which can be run directly since it has been compiled.
:::
-The following instruction takes the application of RocketMQ 5.1.3 source
package in Linux environment as an example in order to introduce the
installation process of RocketMQ.
+The following instruction takes the application of RocketMQ 5.1.4 source
package in Linux environment as an example in order to introduce the
installation process of RocketMQ.
-Extract the source package of RocketMQ 5.1.3, then compile and build the
binary executables:
+Extract the source package of RocketMQ 5.1.4, then compile and build the
binary executables:
```shell
-$ unzip rocketmq-all-5.1.3-source-release.zip
-$ cd rocketmq-all-5.1.3-source-release/
+$ unzip rocketmq-all-5.1.4-source-release.zip
+$ cd rocketmq-all-5.1.4-source-release/
$ mvn -Prelease-all -DskipTests -Dspotbugs.skip=true clean install -U
-$ cd distribution/target/rocketmq-5.1.3/rocketmq-5.1.3
+$ cd distribution/target/rocketmq-5.1.4/rocketmq-5.1.4
```
## 2. Start NameServer
diff --git a/src/pages/download.md b/src/pages/download.md
index 7f9a922748..d8825f2be5 100644
--- a/src/pages/download.md
+++ b/src/pages/download.md
@@ -7,6 +7,7 @@
## RocketMQ
| 版本 | 文档 |
发布日期 | Source 下载
| Binary 下载
| End of Support |
|----------------------|---------------------------------------------------|------------|----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|----------------|
+| **5.1.4** | [Release Notes](/release-notes/2023/09/22/5.1.4/) |
2023.10.9 |
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.4/rocketmq-all-5.1.4-source-release.zip)
|
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.4/rocketmq-all-5.1.4-bin-release.zip)
| |
| **5.1.3** | [Release Notes](/release-notes/2023/06/24/5.1.3/) |
2023.7.29 |
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.3/rocketmq-all-5.1.3-source-release.zip)
|
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.3/rocketmq-all-5.1.3-bin-release.zip)
| |
| **5.1.2** | [Release Notes](/release-notes/2023/06/12/5.1.2/) |
2023.6.19 |
[download.zip](https://archive.apache.org/dist/rocketmq/5.1.2/rocketmq-all-5.1.2-source-release.zip)
|
[download.zip](https://archive.apache.org/dist/rocketmq/5.1.2/rocketmq-all-5.1.2-bin-release.zip)
| |
| **5.1.1** | [Release Notes](/release-notes/2023/05/15/5.1.1/) |
2023.5.19 |
[download.zip](https://archive.apache.org/dist/rocketmq/5.1.1/rocketmq-all-5.1.1-source-release.zip)
|
[download.zip](https://archive.apache.org/dist/rocketmq/5.1.1/rocketmq-all-5.1.1-bin-release.zip)
| |
diff --git a/versioned_docs/version-5.0/02-quickStart/01quickstart.md
b/versioned_docs/version-5.0/02-quickStart/01quickstart.md
index 686cdcb6a5..9e8e500f74 100644
--- a/versioned_docs/version-5.0/02-quickStart/01quickstart.md
+++ b/versioned_docs/version-5.0/02-quickStart/01quickstart.md
@@ -13,19 +13,19 @@
:::tip RocketMQ下载
-RocketMQ 的安装包分为两种,二进制包和源码包。
点击[这里](https://dist.apache.org/repos/dist/release/rocketmq/5.1.3/rocketmq-all-5.1.3-source-release.zip)
下载 Apache RocketMQ
5.1.3的源码包。你也可以从[这里](https://dist.apache.org/repos/dist/release/rocketmq/5.1.3/rocketmq-all-5.1.3-bin-release.zip)
下载到二进制包。二进制包是已经编译完成后可以直接运行的,源码包是需要编译后运行的。
+RocketMQ 的安装包分为两种,二进制包和源码包。
点击[这里](https://dist.apache.org/repos/dist/release/rocketmq/5.1.4/rocketmq-all-5.1.4-source-release.zip)
下载 Apache RocketMQ
5.1.4的源码包。你也可以从[这里](https://dist.apache.org/repos/dist/release/rocketmq/5.1.4/rocketmq-all-5.1.4-bin-release.zip)
下载到二进制包。二进制包是已经编译完成后可以直接运行的,源码包是需要编译后运行的。
:::
-这里以在Linux环境下利用社区5.1.3的源码包为例,介绍RocketMQ安装过程。
+这里以在Linux环境下利用社区5.1.4的源码包为例,介绍RocketMQ安装过程。
-解压5.1.3的源码包并编译构建二进制可执行文件
+解压5.1.4的源码包并编译构建二进制可执行文件
```shell
-$ unzip rocketmq-all-5.1.3-source-release.zip
-$ cd rocketmq-all-5.1.3-source-release/
+$ unzip rocketmq-all-5.1.4-source-release.zip
+$ cd rocketmq-all-5.1.4-source-release/
$ mvn -Prelease-all -DskipTests -Dspotbugs.skip=true clean install -U
-$ cd distribution/target/rocketmq-5.1.3/rocketmq-5.1.3
+$ cd distribution/target/rocketmq-5.1.4/rocketmq-5.1.4
```
## 2. 启动NameServer