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

12 lines
323 B
Markdown
Raw Normal View History

2018-07-12 13:50:10 +08:00
# 安装 ZooKeeper
使用方法:
```sh
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/zookeeper/install-zookeeper.sh
chmod -R 777 install-zookeeper.sh
./install-zookeeper.sh
```
脚本会下载解压 zookeeper 到 `/opt/software/zookeeper` 路径下。