Created
July 30, 2011 23:33
-
-
Save fabianoalmeida/1116156 to your computer and use it in GitHub Desktop.
Installing PostgreSQL on Ubuntu for Rails - gem install pg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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