- brew install postgres
- initdb /usr/local/var/postgres
- postgres -D /usr/local/var/postgres
follow instructions here (don't use LaunchAgent): http://www.peerassembly.com/2011/08/09/installing-postgresql-on-lion/
- sudo chown $USER /var/pgsql_socket/
- createuser -a -d _postgres