Created
February 22, 2011 23:55
-
-
Save johnantoni/839694 to your computer and use it in GitHub Desktop.
postgres install with homebrew
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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