Created
January 27, 2016 08:36
-
-
Save andersao/200ea586f1a4335b2435 to your computer and use it in GitHub Desktop.
Instalar beanstalkd e supervisor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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