Skip to content

Instantly share code, notes, and snippets.

@jamesjohnson
jamesjohnson / README.md
Created February 19, 2012 22:07 — forked from dlo/README.md
Ubuntu 11.10, PostGIS 1.5 Setup Script

Installing PostGIS

Ubuntu 11.10

sudo apt-get install postgresql-9.1-postgis
sudo su postgres
bash <(curl -s https://raw.github.com/gist/18660599/create_template.sh)

Ubuntu 11.04