Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save filipechagas/65cb6b6e2bd3d80c15a0666386037196 to your computer and use it in GitHub Desktop.
Save filipechagas/65cb6b6e2bd3d80c15a0666386037196 to your computer and use it in GitHub Desktop.
Postgres - Homebrew - Osx
brew install postgresql
# OR
brew brew install [email protected]
brew link [email protected] --force
brew services start [email protected]
initdb /usr/local/var/postgres -E utf8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment