1. 通过 yum 安装
A) Install the supervisor utility.
# rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
# yum install supervisor
B) Configure the supervisor to start automatically when OS starts.
# chkconfig supervisor on
C) Start supervisor
# service supervisord start
Starting supervisord:[OK]
2. 通过源码安装
待更新......
网友评论