Skip to content

Instantly share code, notes, and snippets.

@Rub21
Created December 10, 2012 12:04
Show Gist options
  • Save Rub21/4250225 to your computer and use it in GitHub Desktop.
Save Rub21/4250225 to your computer and use it in GitHub Desktop.
psql -U postgres -c "create database workshop;"
psql -U postgres -d workshop -f /usr/share/postgresql/9.1/contrib/postgis-2.0/postgis.sql
psql -U postgres -d workshop -f /usr/share/postgresql/9.1/contrib/postgis-2.0/spatial_ref_sys.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment