Created
January 8, 2019 09:56
-
-
Save imamdigmi/7a3ff3a48396e457700795fe26ec334b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| yum install python-setuptools -yy | |
| easy_install supervisor | |
| echo_supervisord_conf > /etc/supervisord.conf | |
| mkdir /etc/supervisord.d/ | |
| [include] | |
| files = /etc/supervisord.d/*.conf | |
| [inet_http_server] | |
| port = *:9001 | |
| /usr/bin/python /usr/bin/supervisord -c /etc/supervisord.conf --pidfile /var/run/supervisord.pid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment