To install:
brew install postgresql
To verify:
brew list
and postgresql should be in that list.
initdb /usr/local/var/postgres -E utf8
psql -d postgres `whoami`
Put in your username/password as applicable (see attached database.yml file)
rake db:create
rake db:migrate
Open your server, or rails console