Skip to content

Instantly share code, notes, and snippets.

@brennovich
Created February 29, 2012 04:59
Show Gist options
  • Save brennovich/1937948 to your computer and use it in GitHub Desktop.
Save brennovich/1937948 to your computer and use it in GitHub Desktop.
Postgresql + 10.7 + Brew

Brew command:

brew install postgresql

follow LaunchAgents instructions, and run this:

initdb -E utf8 -D /usr/local/var/postgres

if you have any problem with shared memory: just **restart**

Test:

psql -d template1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment