Created
September 6, 2021 00:36
-
-
Save ernesthan/cede5c106116061a429ee7c2c48cd76d to your computer and use it in GitHub Desktop.
Revisions
-
ernesthan created this gist
Sep 6, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ # Update and check Brew brew update brew doctor # Install Postgres brew install postgresql # Start Postgres brew services start postgresql # Stop Postgres brew services stop postgresql # Check brew services (list) brew services list