sql >> Base de Datos >  >> RDS >> PostgreSQL

Entonces, ¿instalé postgresql y el puerto localhost en conflicto con la aplicación Ruby?

La mejor manera de instalar y usar PG/Mongo/MySql en Mac OSX es Brew .

Si preparar no está instalado, instálelo copiando/pegando en Terminal.

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Para instalar Postgresql

brew install postgresql

Para usar DB (ejecutar/reiniciar/detener)

brew services list
brew services start postgres
brew services stop postgres