Giter Club home page Giter Club logo

mydjangoproject's Introduction

功能

数据行专列

假码

uWSGI 安装

这是由于gcc版本不一致导致的,网上看到很多解决办法都是改变gcc版本, 但改变gcc版本会影响到其他的程序。如果python是用anaconda 安装,可以用conda的方式安装uwsgi,问题可以解决

https://blog.csdn.net/king_way/article/details/80821139

conda install -c conda-forge uwsgi

启动停止重启

uWSGI 通过 xxx.ini 启动后会在相同目录下生成一个 xxx.pid 的文件,里面只有一行内容是 uWSGI 的主进程的进程号。

启动:

uwsgi --ini xxx.ini

重启:

uwsgi --reload xxx.pid

停止:

uwsgi --stop xxx.pid

原文链接:https://blog.csdn.net/duxin_csdn/article/details/83341922

其他参考

runoob上的安装配置 https://www.runoob.com/python3/python-uwsgi.html

ANACONDA上的uwsgi https://anaconda.org/conda-forge/uwsgi

mydjangoproject's People

Contributors

ackermannn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.