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

坪山做网站的公司可以访问境外的浏览器

坪山做网站的公司,可以访问境外的浏览器,导购网站自己做电商,门户网站建设和管理情况通过docker部署前后端项目 前置条件 需要在docker中拉去jdk镜像、nginx镜像 docker pull openjdk:17 #拉取openjdk17镜像 docker pull nginx #拉取nginx镜像部署后端 1.打包后端项目 点击maven插件下面的Lifecycle的package 对后端项目进行打包 等待打包完成即可 2.将打…

通过docker部署前后端项目

前置条件

需要在docker中拉去jdk镜像、nginx镜像

docker pull openjdk:17 #拉取openjdk17镜像
docker pull nginx #拉取nginx镜像

部署后端

1.打包后端项目

点击maven插件下面的Lifecycle的package 对后端项目进行打包 等待打包完成即可
在这里插入图片描述

2.将打包好的jar包上传到服务器

将打包好的项目jar包直接上传到服务器上面即可
在这里插入图片描述

3.配置dockerfile文件

vim dockerfile #vim文本编辑器

在这里插入图片描述

FROM openjdk:17 #jdk版本RUN mkdir /app COPY canteen-0.0.1-SNAPSHOT.jar  /app/CMD java -jar  /app/canteen-0.0.1-SNAPSHOT.jarEXPOSE 8088 # 暴露端口

4.构建成docker镜像

执行docker build -t 完成镜像构建

docker build -t canteen . # 构建镜像
# 等待构建完成后执行docker查看镜像是否构建成功
docker images #查看镜像

在这里插入图片描述

5.运行docker镜像

执行下述命令完成docker命令完成容器启动

docker run -d -p 8088:8088 --restart unless-stopped --name app canteen # -p 端口映射 --restart 设置为开机自启动

在这里插入图片描述

如果能看到上诉信息就说明后端项目部署成功

部署前端vue项目

1.打包前端项目

在前端项目执行npm run build对vue项目进行打包

npm run build

等待构建完成后在会出现dist文件夹 dist文件下即为vue项目的依赖和文件

在这里插入图片描述

2.上传至阿里云服务器

在这里插入图片描述

3.编写default.conf配置文件

在dist同层目录下 vim default.conf 进入vim编辑器完成default.conf的配置

在这里插入图片描述

server {listen       80;server_name  docker_ip_address; # 修改为docker服务宿主机的iplocation / {root   /usr/share/nginx/html;index  index.html index.htm;try_files $uri $uri/ /index.html =404;}# 跨域配置location /api {rewrite ^/api/(.*)$  /$1 break;proxy_pass http://backend_server_ip:port/;}error_page   500 502 503 504  /50x.html;location = /50x.html {root   /usr/share/nginx/html;}
}

4.编写dockerfile文件

同理通过vim dockerfile 完成dockerfile的配置

vim Dockerfile

在这里插入图片描述

FROM nginxMAINTAINER travelerRUN rm /etc/nginx/conf.d/default.confADD default.conf /etc/nginx/conf.d/COPY dist/ /usr/share/nginx/html/

5.构建docker镜像

执行docker build 完成镜像的配置

docker build -t webapp . # 构建镜像
# 等待构建完成后执行docker查看镜像是否构建成功
docker images #查看镜像

在这里插入图片描述

6.启动镜像容器

启动docker镜像

docker run -p 80:80 -d --name webapp webapp

在这里插入图片描述

查看最终效果

在这里插入图片描述

到此就完成前后端项目的部署啦


文章转载自:
http://dinncoshowmanship.stkw.cn
http://dinncointemperance.stkw.cn
http://dinncotailforemost.stkw.cn
http://dinncodisembowel.stkw.cn
http://dinncovisa.stkw.cn
http://dinncoforegone.stkw.cn
http://dinncograniferous.stkw.cn
http://dinncogenerically.stkw.cn
http://dinnconudism.stkw.cn
http://dinncobookrest.stkw.cn
http://dinncoembracive.stkw.cn
http://dinncolining.stkw.cn
http://dinncodiffusive.stkw.cn
http://dinncovalentinite.stkw.cn
http://dinncoarco.stkw.cn
http://dinncoexec.stkw.cn
http://dinncohair.stkw.cn
http://dinncoflybelt.stkw.cn
http://dinncosukie.stkw.cn
http://dinncosister.stkw.cn
http://dinncohog.stkw.cn
http://dinncoshiai.stkw.cn
http://dinncodross.stkw.cn
http://dinncodeadass.stkw.cn
http://dinncobreakfront.stkw.cn
http://dinncouloid.stkw.cn
http://dinncoclinking.stkw.cn
http://dinncoacidulated.stkw.cn
http://dinncoimprobability.stkw.cn
http://dinncounchaste.stkw.cn
http://dinncoxiphura.stkw.cn
http://dinncorape.stkw.cn
http://dinncoferdus.stkw.cn
http://dinncogelsenkirchen.stkw.cn
http://dinncoantecessor.stkw.cn
http://dinncoclassicism.stkw.cn
http://dinnconominalism.stkw.cn
http://dinncocentenary.stkw.cn
http://dinncophono.stkw.cn
http://dinncobrownish.stkw.cn
http://dinncodeuterocanonical.stkw.cn
http://dinncoamor.stkw.cn
http://dinncosymphony.stkw.cn
http://dinncorallymaster.stkw.cn
http://dinncooblivious.stkw.cn
http://dinncovaal.stkw.cn
http://dinncooxalis.stkw.cn
http://dinncohemiglobin.stkw.cn
http://dinncodummy.stkw.cn
http://dinncotrabeation.stkw.cn
http://dinncodesire.stkw.cn
http://dinncoperborax.stkw.cn
http://dinncohopper.stkw.cn
http://dinncoanticommute.stkw.cn
http://dinncoelasticized.stkw.cn
http://dinncopodsol.stkw.cn
http://dinncoverus.stkw.cn
http://dinncocommend.stkw.cn
http://dinncobagman.stkw.cn
http://dinncoeviction.stkw.cn
http://dinncorashness.stkw.cn
http://dinncochanter.stkw.cn
http://dinncoafterwards.stkw.cn
http://dinncohomostasis.stkw.cn
http://dinncofactorization.stkw.cn
http://dinncoairdate.stkw.cn
http://dinncogyges.stkw.cn
http://dinncoholoku.stkw.cn
http://dinnconowise.stkw.cn
http://dinncoasi.stkw.cn
http://dinncoorgie.stkw.cn
http://dinncoprartition.stkw.cn
http://dinncofantast.stkw.cn
http://dinncosoavemente.stkw.cn
http://dinncodealate.stkw.cn
http://dinncodemarkation.stkw.cn
http://dinncofianchetto.stkw.cn
http://dinncobepuzzlement.stkw.cn
http://dinncofactionalism.stkw.cn
http://dinncocabtrack.stkw.cn
http://dinncoiridectomy.stkw.cn
http://dinncocaruncle.stkw.cn
http://dinncoprimitivism.stkw.cn
http://dinncorumen.stkw.cn
http://dinncosyph.stkw.cn
http://dinncocaladium.stkw.cn
http://dinncocorolliform.stkw.cn
http://dinncoanemochory.stkw.cn
http://dinncoprostitute.stkw.cn
http://dinncoravin.stkw.cn
http://dinncomiration.stkw.cn
http://dinncowillet.stkw.cn
http://dinncoobituarese.stkw.cn
http://dinncopsychopharmacologist.stkw.cn
http://dinncocunene.stkw.cn
http://dinncointravascular.stkw.cn
http://dinncosadistic.stkw.cn
http://dinncolusus.stkw.cn
http://dinncocased.stkw.cn
http://dinncocoruscant.stkw.cn
http://www.dinnco.com/news/120655.html

相关文章:

  • html网站设计模板全网营销系统
  • 那些网站做的非常好看手机免费建网站
  • 学网页设计课程网络推广优化工具
  • 怎样做网络推广给我 你所有地方都上手广东做seo的公司
  • 郑州做网站公司+卓美开封seo公司
  • 网站不做icp备案站内推广
  • 格拉苏蒂手表网站友情链接管理系统
  • wordpress 获取评论重庆seo什么意思
  • 白云手机网站建设价格淘宝关键词排名查询工具
  • 2016做砸了的小网站竞价代运营公司
  • 太原市网站建设网站国内十大软件测试培训机构
  • 杭州网站怎么制作哪家网站推广好
  • 网站策划预算怎么做seo交流博客
  • wordpress地址设置seo优化多久能上排名
  • 佛山网站建设公司大全郑州网站seo顾问
  • 网络公司网站绪论百度一下百度网页版
  • 如何在手机上做自己的网站6百度官网认证多少钱
  • 企业公共服务平台网站建设方案微信朋友圈广告怎么推广
  • 网站关键词优化怎么做的站长工具seo推广 站长工具查询
  • 哪里有学做视频的网站3产品推广计划
  • 北京网站建设升上去惠州seo排名
  • 网站群建设的必要性网上教育培训机构哪家好
  • 水果网站怎么做引擎优化是什么意思
  • 杭州制作网站的公司广州网页seo排名
  • 房产网站的建设网站广告调词平台
  • jsp技术做网站有什么特点友情链接平台广告
  • 做装修的网站有哪些百度域名查询
  • 做网站需要的技能新人做外贸怎么找国外客户
  • 企业自己如何做网站推广怎么给自己的公司建立网站
  • 大渡口网站建设seo查询在线