linux-tutorial/codes/linux/ops/service/zookeeper/README.md

10 lines
244 B
Markdown
Raw Normal View History

2019-02-22 11:34:34 +08:00
# 安装 ZooKeeper
使用方法:
```sh
2019-02-22 11:40:47 +08:00
curl -o- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/service/zookeeper/install-zookeeper.sh | bash
2019-02-22 11:34:34 +08:00
```
脚本会下载解压 zookeeper 到 `/opt/zookeeper` 路径下。