俏皮高山

文章
3
资源
0
加入时间
4年2月16天

centos7自建yum源 安装rpm

如果生产环境需要大规模的安装部署rpm包,每次安装,更新,都需要上传,安装,比较麻烦,可以在生产环境中自建一个yum源。1、http安装        yum -y install httpd http-devel        service httpd start        chkconfig httpd on2、createrepo安装        yum -y