1
我使用的是OSX 10.8(看起來像Postgres上的某個版本默認安裝),但我仍然一一執行了這些步驟,它們都成功了。開始在Mac上運行PostgresSQL和Rail
brew install postgresql
initdb `brew --prefix`/var/postgres -E utf8
touch Gemfile
bundle config build.pg --with-pg-config=`brew --prefix postgresql`/bin/pg_config
這是我最後看到的成功消息的屏幕截圖:
然後我跑這一個:
postgres -D `brew --prefix`/var/postgres
這就是我得到的錯誤:
Postgres的無法訪問服務器配置文件 「/usr/local/var/postgre/postgresql.conf」:沒有這樣的文件或目錄