Skip to content

Instantly share code, notes, and snippets.

View kausikram's full-sized avatar

Kausikram Krishnasayee kausikram

View GitHub Profile
@kausikram
kausikram / setup.sh
Last active January 9, 2016 18:09
Quick set of Ubuntu installs for django project
echo "Getting Started"
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install python-dev python-setuptools
echo "Setting up Stuff for PIL"
sudo apt-get install nginx
echo "Setting up Stuff for PIL"
sudo apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk
@kausikram
kausikram / post-receive
Created March 30, 2015 07:12
Git Post Receive Hook Recipe
#!/bin/sh
git --work-tree=<work_tree_full_path> --git-dir=<repo_full_path> checkout -f