Skip to content
Valentin Ivaşcu edited this page May 27, 2015 · 1 revision

Homepage: http://kr.github.io/beanstalkd/

sudo apt-get update
sudo apt-get upgrade

sudo apt-get install beanstalkd
sudo nano /etc/default/beanstalkd

Change listen address

BEANSTALKD_LISTEN_ADDR=127.0.0.1 to BEANSTALKD_LISTEN_ADDR=0.0.0.0

and add at the end

START=yes

Start Beanstalkd

sudo service beanstalkd start

Beanstalkd Web Console

https://github.com/ptrofimov/beanstalk_console

Clone this wiki locally