Installing supervisord on a CentOS server

Installing supervisord on a CentOS server

If you install the supervisord package directly via the default repos you might get an outdated version.

1: To install the latest supervisord version you need to use:

 easy_install supervisor 

2: After the installation to generate a plain config file run:

 echo_supervisord_conf > /etc/supervisord.conf 

3: To start with the new conf run:

 supervisord -c /etc/supervisord.conf 

4: Then to start all workers run:

 supervisorctl start all 

5: To check the status run:

 supervisorctl status 

If you are getting lots of FATAL errors, you are better off stopping the workers and checking the logs:

 supervisorctl stop all 

Author:
Alex G
System Administrator
Website
Linkedin

Materialize

The Real-Time Data Platform for Developers

Buy me a coffeeBuy me a coffee