Cheer-for-fun / open-stulife-sdk-backend

目前聚焦于解决大学生学习生活中的各种困难,未来的发展方向是做一整套学生生活、学习与创业等各项服务的SDK。
6 stars 3 forks source link

[deploy] To deploy the service sucurityly and quickly(Using Dockerfile or nginx hosting). #12

Open ModestYjx opened 2 years ago

ModestYjx commented 2 years ago

Now the deploy solution as shown below:

使用alibaba cloud view 上传文件到此路径并命名为:/mnt/cheer-for-fun/jar-package/open-stulife-sdk-1.0-SNAPSHOT.jar
rm -rf /tmp/HRPT89FLTI32.log
sudo fuser -k -n tcp 9092
sudo -u springboot nohup /usr/bin/java -jar /mnt/cheer-for-fun/jar-package/open-stulife-sdk-1.0-SNAPSHOT.jar --server.port=9092 >> /tmp/HRPT89FLTI32.log 2>&1 &
ModestYjx commented 2 years ago

references: https://pro.ant.design/zh-CN/docs/deploy