Skip to content

Instantly share code, notes, and snippets.

View andrewschoen's full-sized avatar

Andrew Schoen andrewschoen

View GitHub Profile
@andrewschoen
andrewschoen / upgrade_postgres_9.0-9.1.sh
Created February 14, 2012 21:00 — forked from databyte/upgrade_postgres_9.0-9.1.sh
Upgrade PostgreSQL from 9.0 to 9.1
#!/bin/sh
#
# Upgrade PostgreSQL from 9.0 to 9.1
#
# by David Sommers
#
brew update postgres
@andrewschoen
andrewschoen / hack.sh
Created March 31, 2012 14:35 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#
@andrewschoen
andrewschoen / osx_geodjango_deps.sh
Created April 3, 2012 15:34 — forked from estebistec/osx_geodjango_deps.sh
GeoDjango dependencies on OSX
# The GeoDjango installation page [1] makes the OSX setup seem kind of gnarly. homebrew has
# come a long way and can do a lot of the heavy lifting of building libs needed by GeoDjango.
# When I get some time I'll submit a patch to that page on the Django site with this info...
# [1] https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#macosx
# Freshen homebrew
brew update
brew upgrade
# The main stuff we need