Skip to content

Instantly share code, notes, and snippets.

View sah-anshu's full-sized avatar

Anshu S. (Sudhanshu) sah-anshu

View GitHub Profile
@sah-anshu
sah-anshu / 1-req.sh
Created March 5, 2017 11:58 — forked from mihkels/1-req.sh
Ubuntu 12.04 with flask + nginx + uwsgi
#!/bin/bash
sudo apt-get update
# Now let's install all the required ubuntu packages
sudo apt-get install build-essential uwsgi nginx uwsgi-plugin-python python-pip
# PS! If you are doing this stuff for fun I do recommend to install nginx from PPA repository
# that you can find here https://launchpad.net/~nginx/+archive/development