Redmine安装错误

时间:2012-08-25 09:16:52

标签: bundler redmine

我在我的服务器上安装了Redmine。 我跑的时候:

bundle install --without development test

我看到一个错误,因为我没有PostgreSQL(我不使用它)。我想使用参数 - without-pg 运行捆绑包,但我看到了这个错误:

root@localhost:/home/work/dev.redmine# bundle install --without-pg development test
Unknown switches '--without-pg'

Bundler版本是 Bundler版本1.1.5

如何解决此问题?

1 个答案:

答案 0 :(得分:0)

我认为你的命令错了。你只需要删除char - 介于without和pg

之间
bundle install --without pg development test

此致