华为弹性ecs(centOS7)环境构建笔记
安装Nginx
https://www.runoob.com/linux/nginx-install-setup.html
nginx配置https 443端口
https://segmentfault.com/a/1190000022673232
安装git
sudo yum install -y git
安装 screen
yum install screen
安装jdk
https://www.jianshu.com/p/39a847aec780
安装Redis
https://cloud.tencent.com/developer/article/1938468
安装mysql
https://cloud.tencent.com/developer/article/1646056
安装node(通过nvm安装)
https://www.cnblogs.com/fps2tao/p/9956139.html
后台运行 Java
https://blog.csdn.net/liuchuanhong1/article/details/72725517
nohup java -jar /opt/web/mall-admin-1.0-SNAPSHOT.jar >log.log &