centos 安装beanstalkd
Posted 水长东09
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 安装beanstalkd相关的知识,希望对你有一定的参考价值。
- 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 at nano /etc/sysconfig/beanstalkd to restrict
- ok!
以上是关于centos 安装beanstalkd的主要内容,如果未能解决你的问题,请参考以下文章