linux 部署流程

前提准备

  1. 安装mysql
    mysql5.7安装教程
  2. 安装redis
    redis安装教程
  3. 安装nginx
    nginx安装教程
  4. 安装jdk
    jdk1.8安装教程
  5. 安装minio(如果你使用的话)
    安装docker
    docker下安装minio

部署流程

. 后台打包

  1. 新建一个目录存放jar包
[root@iZbp1268ldc0zhxbsmny6xZ opt]# mkdir cspboot

  1. 把jar包上传上来
[root@iZbp1268ldc0zhxbsmny6xZ cspboot]# ll
total 107600
-rwxr-xr-x 1 root root 110143835 Jul 20 16:33 csp-boot-module-system-3.0.0.jar

  1. 启动项目
[root@iZbp1268ldc0zhxbsmny6xZ cspboot]# nohup java -jar csp-boot-module-system-3.0.0.jar >catalina.out 2>&1 &
[1] 27690

. 前端打包

  1. 进入前端项目的根目录:编译项目,生成dist文件
yarn run build
  1. 把dist文件压缩上传到nginx html目录下
[root@iZbp1268ldc0zhxbsmny6xZ ~]# cd /usr/local/nginx/html/
[root@iZbp1268ldc0zhxbsmny6xZ html]# ls
50x.html   dist.zip  index.html
[root@iZbp1268ldc0zhxbsmny6xZ html]# 

  1. 把dist.zip解压
[root@iZbp1268ldc0zhxbsmny6xZ html]# unzip dist.zip
[root@iZbp1268ldc0zhxbsmny6xZ html]# ls
50x.html   dist dist.zip  index.html
  1. nginx配置
    进入
cd /usr/local/nginx/conf
vim nginx.conf

在这里插入图片描述
9. 访问:ip+端口(nginx监听端口)

Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐