We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34cb843 commit cd237c6Copy full SHA for cd237c6
Daemontools.md
@@ -10,6 +10,10 @@
10
- 安装:
11
- `yum -y install python-setuptools`
12
- `easy_install supervisor`
13
+ - 如果上面无法安装可以这样:
14
+ - `yum -y install epel-release`
15
+ - `yum -y install python-pip`
16
+ - `pip install supervisor`
17
- 生成配置文件:
18
- `echo_supervisord_conf > /etc/supervisord.conf`
19
- 创建专门的程序配置文件目录、日志目录:
0 commit comments