10 lines
236 B
Markdown
10 lines
236 B
Markdown
|
# 安装 RocketMQ
|
||
|
|
||
|
使用方法:
|
||
|
|
||
|
```sh
|
||
|
curl -o- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/soft/rocketmq/install-rocketmq.sh | bash
|
||
|
```
|
||
|
|
||
|
脚本会下载解压 RocketMQ 到 `/opt/rocketmq` 路径下。
|