linux-tutorial/codes/deploy/tool/kafka/README.md
Zhang Peng e0bcef6b91 ✏️ 更改路径
2018-09-29 10:16:24 +08:00

12 lines
286 B
Markdown

# 安装 Kafka
使用方法:
```sh
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/kafka/install-kafka.sh
chmod -R 777 install-kafka.sh
./install-kafka.sh
```
脚本会下载解压 kafka 到 `/opt/kafka` 路径下。