Skip to content

Instantly share code, notes, and snippets.

@pranav7
Last active August 29, 2015 14:05
Show Gist options
  • Save pranav7/8d0ffb9db82af3680ae9 to your computer and use it in GitHub Desktop.
Save pranav7/8d0ffb9db82af3680ae9 to your computer and use it in GitHub Desktop.
Installing Postgis 2.1 on Ubuntu 14.04

If you haven't already installed postgres, you can follow the instructions here.

Go ahead, and run this in your terminal:

sudo apt-get install postgresql-9.3-postgis-2.1 pgadmin3 postgresql-contrib

Enable Adminpack in postgres

sudo -u postgres psql

CREATE EXTENSION adminpack;

You can also follow the instructions here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment