码迷,mamicode.com
首页 > 其他好文 > 详细

centos 安装beanstalkd

时间:2016-10-14 17:31:13      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:

  1. 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/)
  2. yum install beanstalkd
  3. chkconfig beanstalkd on
  4. service beanstalkd start
  5. service beanstalkd status
  6. by default beanstalkd is open for all IPs on the server on port 11300. edit config file at nano /etc/sysconfig/beanstalkd to restrict
  7. ok!

centos 安装beanstalkd

标签:

原文地址:http://www.cnblogs.com/dy09/p/5960696.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!