Skip to content

Instantly share code, notes, and snippets.

@fabianoalmeida
Created July 30, 2011 23:33
Show Gist options
  • Save fabianoalmeida/1116156 to your computer and use it in GitHub Desktop.
Save fabianoalmeida/1116156 to your computer and use it in GitHub Desktop.
Installing PostgreSQL on Ubuntu for Rails - gem install pg
# Before it's necessary install a lib
sudo apt-get install libpq-dev
# And then
gem install pg
More: http://i.justrealized.com/2010/install-pg-gem-postgresql-ubuntu/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment