Windows服务器中本地yum源配置

1.下载EveryThing版本iso镜像    CentOS-7-x86_64-Everything-1804

下载地址:

然后解压到指定目录

Windows服务器中本地yum源配置

 

 2.下载nginx解压版

启动后修改conf/nginx.conf 文件中地址为解压的镜像地址,启动nginx,此处遇到一个问题,nginx不能放在含有中文目录下,不然无法启动

Windows服务器中本地yum源配置

 

 

3.nginx‘启动后可在任务管理器看到nginx任务。

Windows服务器中本地yum源配置

 

 浏览器访问地址 http:localhost:8088/centos,看到下图界面说明配置成功

Windows服务器中本地yum源配置

 

 4.最后修改 、etc/yum.repo.d/CentOS-Base.repo文件讲baseurl改为nginx访问地址

Windows服务器中本地yum源配置

 

Windows服务器中本地yum源配置

上一篇:android开发环境搭建——详解


下一篇:android 通过反射方法获取状态栏高度