- postgresql
- postgresql-client
- libpq-dev
#/Gemfile
gem 'pg'
-
Open postgres configuration file from the console
gedit /etc/postgresql/POSTGRE_VERSION/main/pg_hba.conf
-
Change all local configuration access to:
local all postgres trust
-
Restart postgres server
sudo /etc/init.d/postgresql restart
-
Enjoy :)