Skip to content

Instantly share code, notes, and snippets.

@joshuapowell
Created May 20, 2015 20:34
Show Gist options
  • Save joshuapowell/9373b609028c100ed1ab to your computer and use it in GitHub Desktop.
Save joshuapowell/9373b609028c100ed1ab to your computer and use it in GitHub Desktop.
Setup PostGIS
CREATE EXTENSION postgis;
If this fails to run make sure GDAL is installed:
apt-get install gdal-bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment