linux-tutorial/codes/deploy/tool/kafka/README.md

12 lines
295 B
Markdown
Raw Normal View History

2018-07-12 09:51:46 +08:00
# 安装 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/software/kafka` 路径下。