以下都在linux 操作完成
1、下载 gearman 安装软件
2、升级或安装相关软件
yum install boost boost-devel -y
boost 的版本必须大于 1.39
3、解压和安装
tar zxvf gearmand-1.1.4.tar.gz
cd gearmand-1.1.4
./configure --prefix=/usr/local/gearmand --with-boost=/usr/local/boost
make
make install
4、启动gearman
/usr/local/gearmand/sbin/gearmand -d -u root -l /usr/local/gearmand/data/gearmand.log -p /usr/local/gearmand/data/gearmand.pid
5、把gearman 加到 机器重启程序也启动
打开 /etc/rc.local 文件
添加 :
/usr/local/gearmand/sbin/gearmand -d -u root -l /usr/local/gearmand/data/gearmand.log -p /usr/local/gearmand/data/gearmand.pid
阅读(3002) | 评论(0) | 转发(0) |