继续打磨细化

This commit is contained in:
xiemengjun
2013-01-16 14:49:26 +08:00
parent b32c5fa298
commit 4497919692
3 changed files with 3 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ Supervisord可以通过`sudo easy_install supervisor`安装,当然也可以通
- 使用easy_install必须安装setuptools
打开http://pypi.python.org/pypi/setuptools#files根据你系统的python的版本下载相应的文件然后执行`sh setuptoolsxxxx.egg`这样就可以使用easy_install命令来安装Supervisord。
打开`http://pypi.python.org/pypi/setuptools#files`根据你系统的python的版本下载相应的文件然后执行`sh setuptoolsxxxx.egg`这样就可以使用easy_install命令来安装Supervisord。
### Supervisord配置
Supervisord默认的配置文件路径为/etc/supervisord.conf通过文本编辑器修改这个文件下面是一个示例的配置文件