filmov
tv
Intro to SQL - Lesson 5 - Installing Postgres (OSX)

Показать описание
Install Hombrew:
Give Directory Permissions:
sudo chown -R `whoami` /usr/local
Install Postgres:
brew install Postgres
Start Postgress:
brew services start postgresql
Give Directory Permissions:
sudo chown -R `whoami` /usr/local
Install Postgres:
brew install Postgres
Start Postgress:
brew services start postgresql