deployment - Related information

  • Supervisor cannot be started with gunicorn3, but gunicorn3 can be started separately

    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...

  • Vue deployment online request Gaud api

    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...

    Aug.31,2021
  • Can springboot be slimmed down when deployed in war packages?

    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...

  • How to divide the server (with several machines)

    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...

    Mar.15,2021
  • Why is there Mixed Content?

    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...

    Mar.07,2021
  • Angular5 wants to deploy on a remote linux server

    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...

    Mar.05,2021
  • MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
    MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1bdec94-30bad.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    MySQL Errno : 1021
    Message : Disk full (/tmp/#sql-temptable-64f5-1bdec94-30bad.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    Need Help?