Skip to content

Instantly share code, notes, and snippets.

@zeayes
Last active August 29, 2015 13:56
Show Gist options
  • Save zeayes/9130783 to your computer and use it in GitHub Desktop.
Save zeayes/9130783 to your computer and use it in GitHub Desktop.
  • 下载
wget --no-check-certificate https://pypi.python.org/packages/source/s/supervisor/supervisor-3.0.tar.gz
  • 安装
tar xzf supervisor-3.0.tar.gz && cd supervisor-3.0
python setup.py install
  • 配置
vim supervisord.conf
mkdir /usr/local/supervisor.conf
mkdir /var/log/supervisord
  • 运行
supervisord
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment