安裝uwsgi
獲取 uwsgi
安裝
源碼安裝 uwsgi
需要 gcc 和支持 clang
Fedora/Redhat 系統
yum groupinstall "Development Tools"
yum install python
yum install python-devel
python uwsgiconfig.py --build
使用 pip 安裝
pip install uwsgi
或者
pip install https://projects.unbit.it/downloads/uwsgi-lts.tar.gz
自定義配置安裝
python uwsgiconfig.py --build <profile>
- 模塊構建
python uwsgiconfig.py --build core
2019-2-20 by achxku@163.com