linux-tutorial/codes/linux/ops/service/zookeeper/README.md
2019-02-22 11:34:34 +08:00

10 lines
234 B
Markdown

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