Skip to content

Instantly share code, notes, and snippets.

@wbotelhos
Created July 18, 2012 00:16
Show Gist options
  • Select an option

  • Save wbotelhos/3133128 to your computer and use it in GitHub Desktop.

Select an option

Save wbotelhos/3133128 to your computer and use it in GitHub Desktop.
Installing Postgre on Ubuntu
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:pitti/postgresql
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install postgresql libpq-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment