🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 一、安装zookeeper 1. 下载: 在这里面下载最新版的稳定版 [http://mirror.bit.edu.cn/apache/zookeeper/stable/](http://mirror.bit.edu.cn/apache/zookeeper/stable/) ``` wget http://mirror.bit.edu.cn/apache/zookeeper/stable/apache-zookeeper-3.5.9-bin.tar.gz ``` 2. 解压: tar zxvf zookeeper-3.5.9.tar.gz 3. 编译并安装 ``` cd zookeeper-3.5.9/src/c ./configure make && make install ``` # 2、安装php zookeeper的扩展