I bought a server, and I encountered some problems when deploying flask program for the first time, as follows Google found that you can directly use gunicorn3 to support python3 . After the server is installed, it can be started using gunicorn3...
after the vue project is packaged and launched to deploy the server, the request interface at the backend needs to be cross-domain, and the cross-domain setting of the front end is also set normally by me. However, the project uses the interfaces locate...
springboot uses jar deployment by default, and I m going to deploy it with war now, because I need to manually tune tomcat. but the volume of the war package is more than 30 MB, most of which are occupied by the jar package. The upload speed to Ali C...
I have the following services to install or deploy: a gitlab (code management) a web management system (tomcat) and its database mysql a jenkins a svn service (managed documentation) there may also be a bug management system the server uses a CVM...
deploy web application, nginx is configured to http jump to https. the code of the application layer is not processed (default is http), but mixed content. appears on the visiting page referring to the picture, http--> https is valid (at least par...
I wrote a demo, for learning with angular5 . The code was written smoothly, but in the end, the deployment was not smooth. first of all, I used ng serve to start the angular server on the server, and then accessed 4200 remotely, but the access fai...