2011-06-30 135 views
0

我在CentOS上安裝Redmine時遇到了問題。在CentOS 5上安裝Redmine - bundler問題?

[[email protected] ~]$ echo $PATH 
/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/mryan/bin:/usr/local/lib/ruby/gems/1.8/bin:/usr/local/lib/ruby/gems/1.8/gems 
[[email protected] ~]$ sudo bundle show rake 
/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.3 
[[email protected] ~]$ sudo bundle exec rake generate_session_store 
bundler: command not found: rake 
Install missing gem binaries with `bundle install` 

任何幫助非常感謝。

mryan321

回答

0

我最後一次見到,管理平臺沒有用捆紮機,所以你需要創建一個Gemfile中它並設置捆紮機自己。 ChiliProject(管理平臺的一個分支)使用捆紮機,你也許能夠使用的Gemfile代替

https://github.com/chiliproject/chiliproject/blob/unstable/Gemfile

+0

如果你計劃通過的Apache2 /客運運行管理平臺,你其實需要捆綁。 –