linux-tutorial/codes/linux/ops/soft/zookeeper/README.md
2019-05-07 11:09:43 +08:00

10 lines
241 B
Markdown

# 安装 ZooKeeper
使用方法:
```sh
curl -o- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/soft/zookeeper/install-zookeeper.sh | bash
```
脚本会下载解压 zookeeper 到 `/opt/zookeeper` 路径下。