前端之家收集整理的这篇文章主要介绍了
[转]centos 安装beanstalkd,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
转自:http://www.cnblogs.com/dy09/p/5960696.html
- You need to have the EPEL repo (http://www.servermom.org/2-cents-tip-how-to-enable-epel-repo-on-centos-6-and-5/894/)
- yum install beanstalkd
- chkconfig beanstalkd on
- service beanstalkd start
- service beanstalkd status
- by default beanstalkd is open for all IPs on the server on port 11300. edit config file atnano /etc/sysconfig/beanstalkd to restrict
- ok!
原文链接:https://www.f2er.com/centos/379624.html