mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-19 10:54:54 +08:00
Co-authored-by: Kevin Xiang <xiangqiling@cohim.com>
This commit is contained in:
@@ -48,20 +48,20 @@ $ java -version
|
||||
java version "1.8.0_121"
|
||||
```
|
||||
|
||||
For Windows users, click [here](https://archive.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-bin-release.zip) to download the 4.9.3 RocketMQ binary release,
|
||||
For Windows users, click [here](https://archive.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip) to download the 4.9.4 RocketMQ binary release,
|
||||
unpack it to your local disk, such as `D:\rocketmq`.
|
||||
For macOS and Linux users, execute following commands:
|
||||
```shell
|
||||
# Download release from the Apache mirror
|
||||
$ wget https://archive.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-bin-release.zip
|
||||
$ wget https://archive.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip
|
||||
|
||||
# Unpack the release
|
||||
$ unzip rocketmq-all-4.9.3-bin-release.zip
|
||||
$ unzip rocketmq-all-4.9.4-bin-release.zip
|
||||
```
|
||||
|
||||
Prepare a terminal and change to the extracted `bin` directory:
|
||||
```shell
|
||||
$ cd rocketmq-4.9.3/bin
|
||||
$ cd rocketmq-4.9.4/bin
|
||||
```
|
||||
|
||||
**1) Start NameServer**
|
||||
|
||||
Reference in New Issue
Block a user