Install nginx, MySQL, supervisor and dependencies:
$ sudo apt-get install nginx mysql-server supervisor python-pip python-dev libmysqlclient-dev
Install pyenv: https://github.com/pyenv/pyenv
Install virtualenvwrapper: https://virtualenvwrapper.readthedocs.io/en/latest/
Configure MySQL server:
$ sudo mysql_secure_installation