2011-06-30 6 views
0

CentOSでRedmineをインストールして壁に当たった。CentOS 5でのRedmineのインストール - バンドルの問題?

[[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を作成し、バンドラーを自分で設定する必要がありますので、Redmineのはバンドラーを使用していない、見ました。 ChiliProject(Redmineののフォークが)バンドラーを使用して、あなたがApache2の/旅客を通じてRedmineの実行を計画している場合はGemfileではなく

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

+0

、あなたが実際にバンドラが必要になることを使用することができるかもしれません。 –

関連する問題