-
Notifications
You must be signed in to change notification settings - Fork 1
Install Beanstalkd
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