PostgreSQL
 sql >> Base de données >  >> RDS >> PostgreSQL

J'ai donc installé postgresql et le port localhost en conflit avec l'application ruby?

La meilleure façon d'installer et d'utiliser PG/Mongo/MySql sur Mac OSX est Brew .

Si infuser n'est pas installé, installez-le en copiant/collant dans Terminal.

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

Pour installer Postgresql

brew install postgresql

Pour utiliser DB (exécuter/redémarrer/arrêter)

brew services list
brew services start postgres
brew services stop postgres