Nginx nginx + uwsgi + Flask で Hello World こちらの環境で Flask を動かしたいと思います。 pyenv + pyenv-virtualenv で Python仮想環境作成 Vagrant + CentOS7 + Nginx + uWSGI + Python3 で Hello W... 2016.12.17 NginxPython3uWSGIVagrant
Nginx Vagrant + CentOS7 + Nginx + uWSGI + Python3 で Hello World 以前、Nginx + uWSGI上で Pythonを動かしました。 その時は訳もわからず構築してたので、復習も兼ねて今度は CentOS7 上で動かす手順をまとめます。 uWSGI概要 WSGIとは WSGI(Web Server Gate... 2016.12.15 NginxPython3uWSGI
Python3 Ubuntu14.04 + pyenv + Python3.5 + nginx + uwsgi で Hello World Vagrant上のUbuntuに、uWSGI+nginxで動くPythonのアプリケーション環境を作っていくぞ。 以前、Ubuntu14.04の環境を用意したが、今回はpyenvをroot権限でインストールする。 Vagrantfileの下... 2016.02.28 Python3uWSGI