Created
December 19, 2018 23:00
-
-
Save akabab/da297cd038c337d90398d2bedf3e2b2e to your computer and use it in GitHub Desktop.
Postgres Install
This file contains 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
# install postgres | |
brew install postgresql | |
# set service to restart postgres on startup | |
pg_ctl -D /usr/local/var/postgres start && brew services start postgresql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment