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

10 lines
232 B
Markdown
Raw Normal View History

2018-07-12 13:50:10 +08:00
# 安装 ZooKeeper
使用方法:
```sh
2018-10-11 14:16:42 +08:00
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/zookeeper/install-zookeeper.sh | bash
2018-07-12 13:50:10 +08:00
```
2018-09-29 10:16:24 +08:00
脚本会下载解压 zookeeper 到 `/opt/zookeeper` 路径下。