Skip to content

Instantly share code, notes, and snippets.

@johnantoni
Created February 22, 2011 23:55
Show Gist options
  • Save johnantoni/839694 to your computer and use it in GitHub Desktop.
Save johnantoni/839694 to your computer and use it in GitHub Desktop.
postgres install with homebrew
brew install postgres
initdb /usr/local/var/postgres
psql postgres -c "create role postgres with login superuser"
psql postgres -c "alter user postgres with password 'password'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment