linux-tutorial/codes/linux/ops/soft/kafka/README.md

13 lines
409 B
Markdown
Raw Normal View History

2019-02-22 17:09:40 +08:00
# 脚本使用说明
2019-02-22 11:34:34 +08:00
2019-02-22 17:09:40 +08:00
## 安装 Kafka
使用方法:执行以下任意命令即可执行脚本。
2019-02-22 11:34:34 +08:00
```sh
2019-05-07 11:09:43 +08:00
curl -o- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/soft/kafka/install-kafka.sh | bash
wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/soft/kafka/install-kafka.sh | bash
2019-02-22 11:34:34 +08:00
```
脚本会下载解压 kafka 到 `/opt/kafka` 路径下。