This is a quick tutorial to deploy a web service (a social network) by the LNMP (Linux, Nginx, MongoDB, Python) infrastructure on any IaaS cloud. The repo at Github is at https://github.com/dapangmao/minitwit-mongo-ubuntu.
####Stack The stack is built on the tools in the ecosystem of Python below.
Tool | Name | Advantage |
---|---|---|
Cloud | DigitalOcean | Cheap but fast |
Server distro | Ubuntu 14.10 x64 | Everything is latest |
WSGI proxy | Gunicorn | Manage workers automatically |