postgres user (on my local machine) has a password of hippely. To change him sudo passed postgres I used the postgres her to add matt to as a superuser in the postgres system I added projectme_development and projectme_test databases. 536 createdb -Omatt -Eutf8 projectme_development 537 createdb -Omatt -Eutf8 projectme_test matt is also a superuser in the postgres system. To get the pg gem installed I had to google and do this: 548 sudo env ARCHFLAGS=“-arch x86_64” gem install pg http://www.rubyinside.com/how-to-install-and-use-postgres-on-os-x-for-ruby-and-rails-development-4999.htmlå
12/24/2011 ~ 1 min read