Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ModestYjx opened this issue Feb 7, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@ModestYjx
Copy link
Contributor

ModestYjx commented Feb 7, 2022

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 ModestYjx added the enhancement New feature or request label Feb 7, 2022
@ModestYjx ModestYjx changed the title [deploy] To deploy the service sucurityly and quickly. [deploy] To deploy the service sucurityly and quickly(Using Dockerfile or nginx hosting). Feb 8, 2022
@ModestYjx
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant