Skip to content

Instantly share code, notes, and snippets.

@aaronpk
Created December 8, 2013 22:14
Show Gist options
  • Select an option

  • Save aaronpk/7864580 to your computer and use it in GitHub Desktop.

Select an option

Save aaronpk/7864580 to your computer and use it in GitHub Desktop.
Installation notes for Postgres on Ubuntu
# add `deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main` to /etc/apt/sources.list.d/pgdg.list
$ wget --quiet -O - http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install postgresql-9.3 pgadmin3 postgresql-contrib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment