当前位置: 首页 > news >正文

服装网站模块方案网络科技

服装网站模块方案,网络科技,网站建站素材,wordpress会员微信支付目录 1、nginx源码包编译以及安装依赖 1、配置安装所需的编译环境 2、安装函数库#xff08;pcre、zlib、openssl#xff09; 2、安装nginx 1、获取源码包 2、解压编译 3、启动nginx服务 1、关闭防火墙 2、运行nginx 3、使用本地浏览器进行验证 3、安装docker 1、…目录 1、nginx源码包编译以及安装依赖 1、配置安装所需的编译环境 2、安装函数库pcre、zlib、openssl 2、安装nginx 1、获取源码包 2、解压编译 3、启动nginx服务 1、关闭防火墙 2、运行nginx 3、使用本地浏览器进行验证 3、安装docker 1、查看操作系统发行版本以及清空安装的旧版本 2、安装docker环境 3、安装docker 4、测试 4、在dockers上拉取nginx镜像挂载 1、nginx源码包编译以及安装依赖 1、配置安装所需的编译环境 [rootlocalhost /]# yum install -y gcc gcc-c2、安装函数库pcre、zlib、openssl [rootlocalhost /]# yum install -y pcre pcre-devel #安装pcre库[rootlocalhost /]# yum install -y zlib zlib-devel #安装zlib库[rootlocalhost /]# yum install -y openssl-devel #安装openssl库2、安装nginx 1、获取源码包 [rootlocalhost /]# mkdir nginxfile [rootlocalhost /]# cd nginxfile/[rootlocalhost nginxfile]# wget https://nginx.org/download/nginx-1.24.0.tar.gz #下载nginx源码包2、解压编译 [rootlocalhost nginxfile]# tar -zxvf nginx-1.24.0.tar.gz #解压源码包#编译配置 [rootlocalhost nginxfile]# cd nginx-1.24.0/ [rootlocalhost nginx-1.24.0]# ./configure --with-http_ssl_module [rootlocalhost nginx-1.24.0]# ./configure --with-stream [rootlocalhost nginx-1.24.0]# ./configure[rootlocalhost nginx-1.24.0]# make make install #执行安装3、启动nginx服务 1、关闭防火墙 [rootlocalhost sbin]# systemctl stop firewalld.service [rootlocalhost sbin]# systemctl status firewalld.service2、运行nginx [rootlocalhost nginx-1.24.0]# cd /usr/local/nginx/sbin/ [rootlocalhost sbin]# ls nginx[rootlocalhost sbin]# ./nginx #执行nginx#查看nginx的进程开启情况 [rootlocalhost sbin]# ps -aux | grep nginx root 72876 0.0 0.0 34444 384 ? Ss 21:27 0:00 nginx: master process ./nginx nobody 72877 0.0 0.2 66624 3932 ? S 21:27 0:00 nginx: worker process root 72887 0.0 0.0 12136 1120 pts/2 R 21:28 0:00 grep --colorauto nginx3、使用本地浏览器进行验证 3、安装docker 1、查看操作系统发行版本以及清空安装的旧版本 [rootlocalhost /]# uname -r 4.18.0-348.el8.x86_64#卸载旧的docker版本 [rootlocalhost /]# yum remove docker \docker-client \docker-client-latest \docker-common \docker-latest \docker-latest-logrotate \docker-logrotate \docker-engine2、安装docker环境 #安装yum-utils [rootlocalhost /]# yum install -y yum-utils#添加库 [rootlocalhost /]# yum-config-manager \ --add-repo \ http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo#安装makecache [rootlocalhost /]# yum makecache 3、安装docker [rootlocalhost /]# yum install docker-ce docker-ce-cli containerd.io docker-compose-plugin安装时可能会报错我们一般会这样去解决 #运行以下内容 [rootlocalhost /]# yum erase podman buildah#重新进行安装 [rootlocalhost /]# yum install docker-ce docker-ce-cli containerd.io docker-compose-plugin随后启动docker [rootlocalhost /]# systemctl start docker [rootlocalhost /]# systemctl status docker ● docker.service - Docker Application Container EngineLoaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset Active: active (running) since Wed 2023-08-09 00:51:52 CST; 9s ago4、测试 [rootlocalhost /]# docker run hello-world[rootelocalhost /]# docker run hello-world Unable to find image hello-world:latest locally latest: Pulling from library/hello-world 719385e32844: Pull complete Digest: sha256:926fac19d22aa2d60f1a276b66a20eb765fbeea2db5dbdaafeb456ad8ce81598Status: Downloaded newer image for hello-world:latestHello from Docker!This message shows that your installation appears to be working correctlyTo generate this message, Docker took the following steps: 1. The Docker client contacted the Docker daemon . 2. The Docker daemon pulled the hello-world image from the Docker Hub 4、在dockers上拉取nginx镜像挂载 拉取镜像 [rootlocalhost /]# docker pull nginx#查看本地镜像[rootlocalhost /]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE nginx latest 89da1fb6dcb9 11 days ago 187MB hello-world latest 9c7a54a9a43c 3 months ago 13.3kB创建nginx服务以及挂载本地nginx配置文件 #创建运行一个nginx容器同时挂载本地文件[rootlocalhost ~]# docker run --name nginx-test -p 9090:80 -d -v /usr/local/nginx/conf:/usr/share/nginx/conf -v /usr/local/nginx/html:/usr/share/nginx/html -v /etc/nginx/conf.d:/usr/share/nginx/conf.d nginx 38e38f4ea4534594b8b8cdcebee6bee843debbf8a18c82904ea5ac7f63efc283[rootlocalhost conf]# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 38e38f4ea453 nginx /docker-entrypoint.… 4 minutes ago Up 4 minutes 0.0.0.0:9090-80/tcp, :::9090-80/tcp nginx-test查看端口映射情况
http://www.w-s-a.com/news/784921/

相关文章:

  • 地方门户网站建设苏州网站优化建设
  • 谁用fun域名做网站了网络营销的三种方式
  • 织梦网站上传天津网站建设电话咨询
  • 论坛网站搭建深圳网
  • 天津建立网站营销设计window7用jsp做的网站要什么工具
  • 英文网站wordpress所有图片
  • 我做的网站怎么打开很慢网络营销典型企业
  • 新增备案网站python3网站开发
  • 诊断网站seo现状的方法与通信工程专业做项目的网站
  • 南京 微网站 建站alexa排名查询统计
  • 天津网站建设企业系统wordpress已发布不显示不出来
  • 大连网站前端制作公司局域网视频网站建设
  • 张家界建设局网站电话wordpress网站怎么建
  • 淄博网站建设有实力装修培训机构哪家最好
  • 彩票网站建设seo优化师是什么
  • 怎么做英文网站网站建设基本费用
  • dede网站名称不能保存wordpress运费设置
  • 出口网站制作好一点的网站建设
  • 在小说网站做编辑怎么找韶关市建设局网站
  • 网站策划怎么做内容旅游型网站建设
  • 东莞百度网站推广ppt模板免费下载的网站
  • 网站建设项目管理基本要求网站空间到期影响
  • 做奖杯的企业网站谁有推荐的网址
  • wordpress能做企业站吗wordpress收发邮件
  • 电子产品网站建设策划方案腾讯企业邮箱注册申请免费
  • 哪些网站可以免费做代码自己电脑做网站服务器广域网访问
  • 高端网站设计青海省教育厅门户网站学籍查询
  • 长春网站优化公司网站制作400哪家好
  • 县级门户网站建设的报告开发游戏的软件有哪些
  • 做电子商务的网站wordpress带会员中心