python是如何部署到服务器上的?
请问是源码部署吗?
请问是源码部署吗?
2018-12-20
Python应用的部署方式有多种:
Nginx+uWSGI/Gunicorn/Tornado+Python应用
Apache+mod_wsgi+Python应用
使用docker容器部署或docker-compose高可用部署
可以参考一下这篇文章:Nginx+uWSGI在CentOS 7上部署Django应用 https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-centos-7
举报