Skip to content

Instantly share code, notes, and snippets.

@Whistler092
Last active April 19, 2017 20:58
Show Gist options
  • Save Whistler092/cc07fa48754db7ff01e46cb0c05b120c to your computer and use it in GitHub Desktop.
Save Whistler092/cc07fa48754db7ff01e46cb0c05b120c to your computer and use it in GitHub Desktop.
Tutorials to Install flask application with gunicorn and nginx

Issue del locale

http://stackoverflow.com/questions/36394101/pip-install-locale-error-unsupported-locale-setting

Firewall

https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-with-ufw-on-ubuntu-16-04

Install flask application with gunicorn and nginx

https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-gunicorn-and-nginx-on-ubuntu-16-04

"The directory '/home/softpymes/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag." sudo -H

Install Python3 enviroment

https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-local-programming-environment-on-ubuntu-16-04

Install MySQL

https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-16-04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment