一 環(huán)境介紹 python:3.7.2django:2.1.7nginx:1.5.5項目名:proj_foo 二 部署 django.contrib.staticfiles體統(tǒng)便利的管理命令,用戶手機
基礎(chǔ)環(huán)境不做介紹,在django開發(fā)web項目完成后,一直使用django自帶的服務(wù)器進行調(diào)試:python manage.py runserver 0.0.0.0:8080 這個服務(wù)器在開發(fā)時使用,
一、配置與安裝nginx環(huán)境yum install nginx sqlite-devel sqlite zlib-devel openssl-devel MySQL-python unzip
啟動 /usr/local/bin/uwsgi --ini uwsgi.ini --pidfile /var/run/uwsgi.pid --log-reopen ini配置實例 [uwsgi] so
環(huán)境:django:1.8.16 python:2.7.13pip:2.7uwsgi:2.0.15project路徑: /opt/cmdb/Uwsgi的安裝配置1、安裝python2.7
系統(tǒng)包安裝# more /etc/redhat-release CentOS Linux release 7.3.1611 (Core) ## yum install epel-r
參考:http://www.bjhee.com/nginx-uwsgi.html 1、安裝uwsgipip install uwsgi(apt install uwsgi)2、通過http運行一個文件
思路:使用runserver可以使我們的django項目很便捷的在本地運行起來,但是這只能在局域網(wǎng)內(nèi)訪問。正式環(huán)境部署的話比較安全,而且靜態(tài)文件的處理方式會比較友好。nginx作為服務(wù)器的最前端,負責(zé)