All of the how to’s to setup Beanstalkd I found online were for Ubuntu. So to give CentOS some love, here you go…
- 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
- fin!
Thank you for the article simple and straight forward!
Thanks!
very very good tutorial
thanks
thank you,it works well
thanks, very useful!