linux-tutorial/codes/deploy/tool/kafka/README.md
Zhang Peng b6d2f201d1 🔖 Kafka
2018-07-12 09:51:46 +08:00

12 lines
295 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/software/kafka` 路径下。