[转]centos 安装beanstalkd
程序员文章站
2022-06-17 16:26:39
...
转自:http://www.cnblogs.com/dy09/p/5960696.html
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!