Skip to content

Instantly share code, notes, and snippets.

@joshsusser
Created April 3, 2011 00:52
Show Gist options
  • Save joshsusser/900068 to your computer and use it in GitHub Desktop.
Save joshsusser/900068 to your computer and use it in GitHub Desktop.
init postgresql db after brew install
initdb -U postgres --encoding=utf8 --locale=en_US -D /usr/local/var/postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment