Installation
Debian and Ubuntu
sudo apt-get install beanstalkd
macOS
Homebrew
brew install beanstalkd
MacPorts
sudo port install beanstalkd
Fedora
su -c 'yum install beanstalkd'
CentOS and RHEL
su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm'
su -c 'yum install beanstalkd --enablerepo=epel-testing'
You can drop the --enablerepo
bits when the next stable epel is pushed.
Arch Linux
You’ll need to install yaourt.
yaourt -S beanstalkd
Gentoo
sudo emerge beanstalkd
Build from sources
git clone git@github.com:beanstalkd/beanstalkd.git
cd beanstalkd
make