Installing PostgreSQL on OSX for Rails development

前端 未结 6 1308
南笙
南笙 2021-01-30 07:30

I\'ve spent several hours over the past few days trying to get PostgreSQL to play nice with RoR on my Mac.

I\'ve followed several tutorials using several different metho

6条回答
  •  庸人自扰
    2021-01-30 07:59

    1. Download and Install MacPorts
    2. fire up terminal
    3. sudo port install ruby postgresql83-server rb-postgres rb-gems rb-rails

提交回复
热议问题