我正在使用 OSX 10.8 (看起来 Postgres 上的某个版本默认安装),但我仍然一一完成了这些步骤,他们都成功了。
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”:没有这样的文件或目录