This is an automated email from the ASF dual-hosted git repository.
zhouxzhan 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 a2d0a5f84 [ISSUE #507] release 5.1.0, update doc
a2d0a5f84 is described below
commit a2d0a5f84ecce0119f76572b16ee72293a4888bf
Author: Zhouxiang Zhan <[email protected]>
AuthorDate: Tue Feb 21 11:22:38 2023 +0800
[ISSUE #507] release 5.1.0, update doc
---
docs/01-introduction/02quickstart.md | 4 ++--
docs/05-bestPractice/02dledger.md | 2 +-
.../current/01-introduction/02quickstart.md | 2 +-
.../current/05-bestPractice/02dledger.md | 2 +-
.../version-5.0/02-quickStart/01quickstart.md | 12 ++++++------
.../version-5.0/06-bestPractice/02dledger.md | 2 +-
release-notes/2022-03-04-4.9.3.md | 4 ++--
release-notes/2022-03-04-4.9.4.md | 4 ++--
release-notes/2022-09-09-5.0.0.md | 4 ++--
src/pages/download.md | 5 ++---
versioned_docs/version-5.0/02-quickStart/01quickstart.md | 12 ++++++------
versioned_docs/version-5.0/06-bestPractice/02dledger.md | 2 +-
12 files changed, 27 insertions(+), 28 deletions(-)
diff --git a/docs/01-introduction/02quickstart.md
b/docs/01-introduction/02quickstart.md
index cf7874da6..c17dcebe3 100644
--- a/docs/01-introduction/02quickstart.md
+++ b/docs/01-introduction/02quickstart.md
@@ -15,7 +15,7 @@
RocketMQ 的安装包分为两种,二进制包和源码包。
-点击[这里](https://www.apache.org/dyn/closer.cgi?path=rocketmq/5.0.0/rocketmq-all-5.0.0-source-release.zip)
下载 Apache RocketMQ
5.0.0的源码包。你也可以从[这里](https://www.apache.org/dyn/closer.cgi?path=rocketmq/5.0.0/rocketmq-all-5.0.0-bin-release.zip)
下载到二进制包。二进制包是已经编译完成后可以直接运行的,源码包是需要编译后运行的,
+点击[这里](https://archive.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-source-release.zip)
下载 Apache RocketMQ
4.9.4的源码包。你也可以从[这里](https://archive.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip)
下载到二进制包。二进制包是已经编译完成后可以直接运行的,源码包是需要编译后运行的,
:::
@@ -25,7 +25,7 @@ RocketMQ 的安装包分为两种,二进制包和源码包。
```shell
$ mvn -Prelease-all -DskipTests -Dspotbugs.skip=true clean install -U
-$ cd distribution/target/rocketmq-5.0.0/rocketmq-5.0.0
+$ cd distribution/target/rocketmq-4.9.4/rocketmq-4.9.4
```
## 2. 启动NameServer
diff --git a/docs/05-bestPractice/02dledger.md
b/docs/05-bestPractice/02dledger.md
index b7fbc4e6a..60b4f50d4 100644
--- a/docs/05-bestPractice/02dledger.md
+++ b/docs/05-bestPractice/02dledger.md
@@ -26,7 +26,7 @@ $ mvn -Prelease-all -DskipTests clean install -U
在构建成功后
```shell
-#{rocketmq-version} replace with rocketmq actual version. example:
5.0.0-SNAPSHOT
+#{rocketmq-version} replace with rocketmq actual version. example: 4.9.4
$ cd
distribution/target/rocketmq-{rocketmq-version}/rocketmq-{rocketmq-version}
$ sh bin/dledger/fast-try.sh start
diff --git
a/i18n/en/docusaurus-plugin-content-docs/current/01-introduction/02quickstart.md
b/i18n/en/docusaurus-plugin-content-docs/current/01-introduction/02quickstart.md
index 455e1e92b..1409fa265 100644
---
a/i18n/en/docusaurus-plugin-content-docs/current/01-introduction/02quickstart.md
+++
b/i18n/en/docusaurus-plugin-content-docs/current/01-introduction/02quickstart.md
@@ -13,7 +13,7 @@ This section will introduce the method of quickly building
and deploying a singl
:::tip Download RocketMQ
-RocketMQ's installation is divided into two types: binary and source. Click
[here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.4/rocketmq-all-4.9.4-source-release.zip)
to download Apache RocketMQ 4.9.4 source package, or download the binary
package from
[here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip).
The binary package can be run directly since it has been compiled, and the
source package needs to be compiled and run.
+RocketMQ's installation is divided into two types: binary and source. Click
[here](https://archive.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-source-release.zip)
to download Apache RocketMQ 4.9.4 source package, or download the binary
package from
[here](https://archive.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip).
The binary package can be run directly since it has been compiled, and the
source package needs to be compiled and run.
:::
diff --git
a/i18n/en/docusaurus-plugin-content-docs/current/05-bestPractice/02dledger.md
b/i18n/en/docusaurus-plugin-content-docs/current/05-bestPractice/02dledger.md
index 8a708848f..ee4cebe52 100644
---
a/i18n/en/docusaurus-plugin-content-docs/current/05-bestPractice/02dledger.md
+++
b/i18n/en/docusaurus-plugin-content-docs/current/05-bestPractice/02dledger.md
@@ -32,7 +32,7 @@ $ mvn -Prelease-all -DskipTests clean install -U
After building successfully
```shell
-#{rocketmq-version} replace with rocketmq actual version. example:
5.0.0-SNAPSHOT
+#{rocketmq-version} replace with rocketmq actual version. example: 4.9.4
$ cd
distribution/target/rocketmq-{rocketmq-version}/rocketmq-{rocketmq-version}
$ sh bin/dledger/fast-try.sh start
```
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 853e0aedd..f6f082f55 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://www.apache.org/dyn/closer.cgi?path=rocketmq/5.0.0/rocketmq-all-5.0.0-source-release.zip)
to download Apache RocketMQ 5.0.0 source package. You may prefer [prebuilt
binary
package](https://www.apache.org/dyn/closer.cgi?path=rocketmq/5.0.0/rocketmq-all-5.0.0-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.0/rocketmq-all-5.1.0-source-release.zip)
to download Apache RocketMQ 5.1.0 source package. You may prefer [prebuilt
binary
package](https://dist.apache.org/repos/dist/release/rocketmq/5.1.0/rocketmq-all-5.1.0-bin-release.zip),
which can be run directly since it has been compiled.
:::
-The following instruction takes the application of RocketMQ 5.0.0 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.0 source
package in Linux environment as an example in order to introduce the
installation process of RocketMQ.
-Extract the source package of RocketMQ 5.0.0, then compile and build the
binary executables:
+Extract the source package of RocketMQ 5.1.0, then compile and build the
binary executables:
```shell
-$ unzip rocketmq-all-5.0.0-source-release.zip
-$ cd rocketmq-all-5.0.0-source-release/
+$ unzip rocketmq-all-5.1.0-source-release.zip
+$ cd rocketmq-all-5.1.0-source-release/
$ mvn -Prelease-all -DskipTests -Dspotbugs.skip=true clean install -U
-$ cd distribution/target/rocketmq-5.0.0/rocketmq-5.0.0
+$ cd distribution/target/rocketmq-5.1.0/rocketmq-5.1.0
```
## 2. Start NameServer
diff --git
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/06-bestPractice/02dledger.md
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/06-bestPractice/02dledger.md
index adeee039d..382e5d18a 100644
---
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/06-bestPractice/02dledger.md
+++
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/06-bestPractice/02dledger.md
@@ -30,7 +30,7 @@ $ mvn -Prelease-all -DskipTests clean install -U
After building successfully
```shell
-#{rocketmq-version} replace with rocketmq actual version. example:
5.0.0-SNAPSHOT
+#{rocketmq-version} replace with rocketmq actual version. example: 5.1.0
$ cd
distribution/target/rocketmq-{rocketmq-version}/rocketmq-{rocketmq-version}
$ sh bin/dledger/fast-try.sh start
```
diff --git a/release-notes/2022-03-04-4.9.3.md
b/release-notes/2022-03-04-4.9.3.md
index 3518ae750..a923bd6bb 100644
--- a/release-notes/2022-03-04-4.9.3.md
+++ b/release-notes/2022-03-04-4.9.3.md
@@ -12,8 +12,8 @@ tags:
:::tip Download the 4.9.3 release
-* Source:
[rocketmq-all-4.9.3-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.3/rocketmq-all-4.9.3-source-release.zip)
[[PGP](https://www.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-source-release.zip.asc)]
[[SHA512](https://www.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-source-release.zip.sha512)]
-* Binary:
[rocketmq-all-4.9.3-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.3/rocketmq-all-4.9.3-bin-release.zip)
[[PGP](https://www.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-bin-release.zip.asc)]
[[SHA512](https://www.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-bin-release.zip.sha512)]
+* Source:
[rocketmq-all-4.9.3-source-release.zip](https://archive.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-source-release.zip)
[[PGP](https://archive.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-source-release.zip.asc)]
[[SHA512](https://archive.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-source-release.zip.sha512)]
+* Binary:
[rocketmq-all-4.9.3-bin-release.zip](https://archive.apache.org/dyn/closer.cgi?path=rocketmq/4.9.3/rocketmq-all-4.9.3-bin-release.zip)
[[PGP](https://archive.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-bin-release.zip.asc)]
[[SHA512](https://archive.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-bin-release.zip.sha512)]
:::
<!--truncate-->
diff --git a/release-notes/2022-03-04-4.9.4.md
b/release-notes/2022-03-04-4.9.4.md
index c55d8ece9..627afd1e0 100644
--- a/release-notes/2022-03-04-4.9.4.md
+++ b/release-notes/2022-03-04-4.9.4.md
@@ -9,8 +9,8 @@ tags:
---
:::tip Download the 4.9.4 release
-- Source:
[rocketmq-all-4.9.4-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.4/rocketmq-all-4.9.4-source-release.zip)
[[PGP](https://www.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-source-release.zip.asc)]
[[SHA512](https://www.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-source-release.zip.sha512)]
-- Binary:
[rocketmq-all-4.9.4-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip)
[[PGP](https://www.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip.asc)]
[[SHA512](https://www.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip.sha512)]
+- Source:
[rocketmq-all-4.9.4-source-release.zip](https://archive.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-source-release.zip)
[[PGP](https://archive.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-source-release.zip.asc)]
[[SHA512](https://archive.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-source-release.zip.sha512)]
+- Binary:
[rocketmq-all-4.9.4-bin-release.zip](https://archive.apache.org/dyn/closer.cgi?path=rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip)
[[PGP](https://archive.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip.asc)]
[[SHA512](https://archive.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip.sha512)]
:::
<!--truncate-->
diff --git a/release-notes/2022-09-09-5.0.0.md
b/release-notes/2022-09-09-5.0.0.md
index a00645bb5..d69f8f08e 100644
--- a/release-notes/2022-09-09-5.0.0.md
+++ b/release-notes/2022-09-09-5.0.0.md
@@ -9,8 +9,8 @@ tags:
---
:::tip Download the 5.0.0 release
-- Source:
[rocketmq-all-5.0.0-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/5.0.0/rocketmq-all-5.0.0-source-release.zip)
[[PGP](https://www.apache.org/dist/rocketmq/5.0.0/rocketmq-all-5.0.0-source-release.zip.asc)]
[[SHA512](https://www.apache.org/dist/rocketmq/5.0.0/rocketmq-all-5.0.0-source-release.zip.sha512)]
-- Binary:
[rocketmq-all-5.0.0-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/5.0.0/rocketmq-all-5.0.0-bin-release.zip)
[[PGP](https://www.apache.org/dist/rocketmq/5.0.0/rocketmq-all-5.0.0-bin-release.zip.asc)]
[[SHA512](https://www.apache.org/dist/rocketmq/5.0.0/rocketmq-all-5.0.0-bin-release.zip.sha512)]
+- Source:
[rocketmq-all-5.0.0-source-release.zip](https://archive.apache.org/dist/rocketmq/5.0.0/rocketmq-all-5.0.0-source-release.zip)
[[PGP](https://archive.apache.org/dist/rocketmq/5.0.0/rocketmq-all-5.0.0-source-release.zip.asc)]
[[SHA512](https://archive.apache.org/dist/rocketmq/5.0.0/rocketmq-all-5.0.0-source-release.zip.sha512)]
+- Binary:
[rocketmq-all-5.0.0-bin-release.zip](https://archive.apache.org/dist/rocketmq/5.0.0/rocketmq-all-5.0.0-bin-release.zip)
[[PGP](https://archive.apache.org/dist/rocketmq/5.0.0/rocketmq-all-5.0.0-bin-release.zip.asc)]
[[SHA512](https://archive.apache.org/dist/rocketmq/5.0.0/rocketmq-all-5.0.0-bin-release.zip.sha512)]
:::
<!--truncate-->
diff --git a/src/pages/download.md b/src/pages/download.md
index 7ef41a9e1..b475481b0 100644
--- a/src/pages/download.md
+++ b/src/pages/download.md
@@ -7,12 +7,11 @@
## RocketMQ
| 版本 | 文档
| 发布日期 | Source 下载 |
Binary 下载
| End of Support |
| -------------------- |
------------------------------------------------------------ | ---------- |
------------------------------------------------------------
|---------------------------------------------------------------------------------------------------------------------------|
-------------- |
-| **5.0.0** | [Release Notes](/release-notes/2022/09/09/5.0.0/)
| 2022.9.22 |
[download.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/5.0.0/rocketmq-all-5.0.0-source-release.zip)
|
[download.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/5.0.0/rocketmq-all-5.0.0-bin-release.zip)
| |
+| **5.1.0** | [Release Notes](/release-notes/2023/02/16/5.1.0/)
| 2022.9.22 |
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.0/rocketmq-all-5.1.0-source-release.zip)
|
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.0/rocketmq-all-5.1.0-bin-release.zip)
| |
+| **5.0.0** | [Release Notes](/release-notes/2022/09/09/5.0.0/)
| 2022.9.22 |
[download.zip](https://archive.apache.org/dist/rocketmq/5.0.0/rocketmq-all-5.0.0-source-release.zip)
|
[download.zip](https://archive.apache.org/dist/rocketmq/5.0.0/rocketmq-all-5.0.0-bin-release.zip)
| |
| **4.9.4** | [Release Notes](/release-notes/2022/03/04/4.9.4)
| 2022.6.27 |
[download.zip](https://archive.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-source-release.zip)
|
[download.zip](https://archive.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip)
| 2024/01 |
-| **5.0.0-alpha** | [Release
Notes](/release-notes/2022/03/15/5.0.0-ALPHA) | 2022.3.15 |
[download.zip](https://dist.apache.org/repos/dist/dev/rocketmq/5.0.0-ALPHA-rc2/rocketmq-all-5.0.0-ALPHA-source-release.zip)
|
[download.zip](https://dist.apache.org/repos/dist/dev/rocketmq/5.0.0-ALPHA-rc2/rocketmq-all-5.0.0-ALPHA-bin-release.zip)
| |
| **4.9.3** | [Release Notes](/release-notes/2022/03/04/4.9.3)
| 2022.2.27 |
[download.zip](https://archive.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-source-release.zip)
|
[download.zip](https://archive.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-bin-release.zip)
| |
| **4.9.2** | [Release Notes](/release-notes/2021/10/26/4.9.2)
| 2021.10.26 |
[download.zip](https://archive.apache.org/dist/rocketmq/4.9.2/rocketmq-all-4.9.2-source-release.zip)
|
[download.zip](https://archive.apache.org/dist/rocketmq/4.9.2/rocketmq-all-4.9.2-bin-release.zip)
| |
-| **5.0.0-preview** | [Release
Notes](/release-notes/2021/09/06/release-notes-5.0.0-PREVIEW) | 2021.9.6 |
[download.zip](https://archive.apache.org/dist/rocketmq/5.0.0-PREVIEW/rocketmq-all-5.0.0-PREVIEW-source-release.zip)
|
| |
| **4.9.1** | [Release Notes](/release-notes/2021/08/22/4.9.1)
| 2021.8.22 |
[download.zip](https://archive.apache.org/dist/rocketmq/4.9.1/rocketmq-all-4.9.1-source-release.zip)
|
[download.zip](https://archive.apache.org/dist/rocketmq/4.9.1/rocketmq-all-4.9.1-bin-release.zip)
| |
| **4.9.0** | [Release Notes](/release-notes/2021/06/15/4.9.0)
| 2021.6.15 |
[download.zip](https://archive.apache.org/dist/rocketmq/4.9.0/rocketmq-all-4.9.0-source-release.zip)
|
[download.zip](https://archive.apache.org/dist/rocketmq/4.9.0/rocketmq-all-4.9.0-bin-release.zip)
| |
| **4.8.0** | [Release Notes](/release-notes/2020/12/21/4.8.0)
| 2020.12.21 |
[download.zip](https://archive.apache.org/dist/rocketmq/4.8.0/rocketmq-all-4.8.0-source-release.zip)
|
[download.zip](https://archive.apache.org/dist/rocketmq/4.8.0/rocketmq-all-4.8.0-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 61059f87d..58a110057 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://www.apache.org/dyn/closer.cgi?path=rocketmq/5.0.0/rocketmq-all-5.0.0-source-release.zip)
下载 Apache RocketMQ
5.0.0的源码包。你也可以从[这里](https://www.apache.org/dyn/closer.cgi?path=rocketmq/5.0.0/rocketmq-all-5.0.0-bin-release.zip)
下载到二进制包。二进制包是已经编译完成后可以直接运行的,源码包是需要编译后运行的。
+RocketMQ 的安装包分为两种,二进制包和源码包。
点击[这里](https://dist.apache.org/repos/dist/release/rocketmq/5.1.0/rocketmq-all-5.1.0-source-release.zip)
下载 Apache RocketMQ
5.1.0的源码包。你也可以从[这里](https://dist.apache.org/repos/dist/release/rocketmq/5.1.0/rocketmq-all-5.1.0-bin-release.zip)
下载到二进制包。二进制包是已经编译完成后可以直接运行的,源码包是需要编译后运行的。
:::
-这里以在Linux环境下利用社区5.0.0的源码包为例,介绍RocketMQ安装过程。
+这里以在Linux环境下利用社区5.1.0的源码包为例,介绍RocketMQ安装过程。
-解压5.0.0的源码包并编译构建二进制可执行文件
+解压5.1.0的源码包并编译构建二进制可执行文件
```shell
-$ unzip rocketmq-all-5.0.0-source-release.zip
-$ cd rocketmq-all-5.0.0-source-release/
+$ unzip rocketmq-all-5.1.0-source-release.zip
+$ cd rocketmq-all-5.1.0-source-release/
$ mvn -Prelease-all -DskipTests -Dspotbugs.skip=true clean install -U
-$ cd distribution/target/rocketmq-5.0.0/rocketmq-5.0.0
+$ cd distribution/target/rocketmq-5.1.0/rocketmq-5.1.0
```
## 2. 启动NameServer
diff --git a/versioned_docs/version-5.0/06-bestPractice/02dledger.md
b/versioned_docs/version-5.0/06-bestPractice/02dledger.md
index 847cd6bd6..bebb1ddb7 100644
--- a/versioned_docs/version-5.0/06-bestPractice/02dledger.md
+++ b/versioned_docs/version-5.0/06-bestPractice/02dledger.md
@@ -25,7 +25,7 @@ $ mvn -Prelease-all -DskipTests clean install -U
在构建成功后
```shell
-#{rocketmq-version} replace with rocketmq actual version. example:
5.0.0-SNAPSHOT
+#{rocketmq-version} replace with rocketmq actual version. example: 5.1.0
$ cd
distribution/target/rocketmq-{rocketmq-version}/rocketmq-{rocketmq-version}
$ sh bin/dledger/fast-try.sh start