Due to a misconfiguration I've migrated a VPS from CentOs 6 to CentOs 7 for a fresh start. Among other things I had a beanstalkd service installed on CentOs 6.
At the time I've followed this tutorial http://viewsfromtheside.com/2014/06/12/install-beanstalkd-centos-6/ and it worked perfectly for me.
But now, I can't install Beanstalkd on my CentOs 7 version.
I used those line for EPEL repo :
# wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm
# rpm -ivh epel-release-7-2.noarch.rpm
Then I tried :
# yum install beanstalkd --enablerepo=epel-testing
and :
# yum --disablerepo="*" --enablerepo="epel" list available | grep 'beanstalkd'
and even :
# yum search beanstalkd
But still : No matches found for: beanstalkd ...
I am new to CentOs and EPEL repos, so maybe I missed something ? Anyway, how can I install Beanstalkd on CentOs 7 ?