首页
Profile
Profile
Profile
Profile
Profile

Ubuntu下安装XunSearch

2015-12-27 阅读 100
获取最新安装包 ``` wget http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2 tar -xjf xunsearch-full-latest.tar.bz2 ``` 安装依赖包 ``` apt-get install gcc g++ make zlib1g-dev ``` 安装 ``` cd xunsearch-full-1.3.0/ sh setup.sh ``` 运行 ``` cd $prefix ; bin/xs-ctl.sh restart ``` 地址绑定 ``` // 监听在本地回环地址 127.0.0.1 上 bin/xs-ctl.sh -b local start // 监听在所有本地 IP 地址上 bin/xs-ctl.sh -b inet start // 监听在指定 IP 上 bin/xs-ctl.sh -b a.b.c.d start // 分别监听在 tmp/indexd.sock 和 tmp/searchd.sock bin/xs-ctl.sh -b unix start ```
更新于 2023年03月28日
 
陕ICP备13008705号-1 Chat Gpt Api