Skip to content

Instantly share code, notes, and snippets.

@andersao
Created January 27, 2016 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andersao/200ea586f1a4335b2435 to your computer and use it in GitHub Desktop.
Save andersao/200ea586f1a4335b2435 to your computer and use it in GitHub Desktop.
Instalar beanstalkd e supervisor
#Instalar beanstalkd
#Arquivo de configuração: /etc/sysconfig/beanstalkd
wget http://cbs.centos.org/kojifiles/packages/beanstalkd/1.9/3.el7/x86_64/beanstalkd-1.9-3.el7.x86_64.rpm
rpm -ivh beanstalkd-1.9-3.el7.x86_64.rpm
systemctl enable beanstalkd
systemctl start beanstalkd
#Instalar Supervidor
yum info supervisor -y;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment