v55448330 / lazy-balancer

nginx for balancer web ui
568 stars 231 forks source link

centos如何安装 #5

Closed luoshu-open closed 5 years ago

chengxingyao commented 6 years ago

同问

blueyan163 commented 6 years ago

同问

v55448330 commented 6 years ago

并没有测试过,理论上是可以安装的

jorgezx commented 6 years ago

卸载nginx:

yum remove -y nginx

安装supervisor:

yum install -y supervisor

安装依赖:

apt-get install --> yum install

启动supervisord:

systemctl enable supervisord
systemctl restart supervisord

centos7上亲测。

one-two-my-gad commented 5 years ago

centos7.5 安装成功后 为什么系统资源无法显示呢

v55448330 commented 5 years ago

增加了 Docker 版本支持,直接用即可