CeSi 进程集中管理部署

 

一:安装环境

CentOs 7环境

sudo yum install -y git epel-release

sudo yum install -y python34 python34-pip

二: 安装CeSi

https://github.com/Gamegos/cesi 有详细的安装步骤,需要安装一些工具

## 安装yarn curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo

yum install -y yarn

界面如下所示:

原文地址:https://www.cnblogs.com/galsnag/p/10145072.html