安装pip
wget https://bootstrap.pypa.io/2.6/get-pip.py
python get-pip.py
安装supervisor
pip install supervisor==3.3.1
默认配置文件:
echo_supervisord_conf > /etc/supervisord.conf
启动:
supervisord -c /etc/supervisord.conf
安装pip
wget https://bootstrap.pypa.io/2.6/get-pip.py
python get-pip.py
安装supervisor
pip install supervisor==3.3.1
默认配置文件:
echo_supervisord_conf > /etc/supervisord.conf
启动:
supervisord -c /etc/supervisord.conf