vmware安装
centOS7下载
设置
网络问题
su root
vim /etc/resolv.conf
nameserver 改为 8.8.8.8
退出重启
cd /opt
yum install git
git clone https://gitee.com/wukongcrm/crm_pro.git
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
yum clean all #清除所有
yum makecache #重新建立源数据
yum提示Another app is currently holding the yum lock; waiting for it to exit...
service network restart
扩容
https://blog.csdn.net/weixin_39032619/article/details/111699295