Setup PostgreSQL and its libraries to work with rails

sudo apt-get install postgresql libpq-dev CentOS / RedHat

yum install postgresql libpg-dev
Trying gem install pg, should install everything smootly.. Happy Coding.. :)]]>