2013-01-24 63 views
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 

這是我最後看到的成功消息的屏幕截圖:

enter image description here

然後我跑這一個:

postgres -D `brew --prefix`/var/postgres 

這就是我得到的錯誤:

Postgres的無法訪問服務器配置文件 「/usr/local/var/postgre/postgresql.conf」:沒有這樣的文件或目錄

回答

1

我覺得你的整個問題是很短的錯字。將你的錯誤信息與你正在做的事情進行比較。你的錯誤信息是:

的Postgres不能訪問服務器配置文件 「在/ usr /本地/ VAR/postgre/的postgresql.conf」:沒有這樣的文件或目錄

你的命令是

postgres的-D brew --prefix的/ var/postgres的

我猜你是意外跑步

postgres -D `brew --prefix`/var/postgre