preface

Release a small website, build a server from 0, record the problems encountered in the process and processing. If it helps, give it a thumbs up

The previous article documented the Nginx setup, now we are packing up the upload and launching the service….

Initialize the database script

packaging

Upload the jar package

Start the jar

Start service command: Java -jar ms-mcms.jar &

& stands for background boot

Startup successful!

Enable firewall 8080. First enable firewall 8080 to check whether you can access the system. Then configure Nginx

To Tencent cloud background configuration:

Apply for an SSL certificate to support HTTPS

Discovery domain name needs to be put on record, in the record…

And so on, after continuing to share… Filing needs a few days do not know, waiting for the notice…

conclusion

Nohop java-jar xxx.jar & nohop java-jar xxx.jar &