This Gist contains instructions to setup Ubuntu server with Nginx, uWSGI & Node.js with that can serve for any Python apps (Django for instance) and will allow it's automatized deployment.
The content is as follows:
01-ubuntu.md– A basic Ubuntu server setup.02-nginx-uwsgi-nodejs.md– Nginx, uWSGI and Node.js installation and setup.03-deployment.md– A server setup for automatized deployment.04-mariadb.md– Mariadb installation and setup.