2011-03-28 7 views
1

다음 지침을 중단 설치를 : 나는 다음 추적을 얻을 설치 : 난 당신이 gitorious를 넣어 필요가 있다고 보았다설치 Gitorious - 레이크 보석이 : 레이크 보석을 실행하려고 할 때 <a href="http://gitorious.org/gitorious/pages/Rhel_Installation" rel="nofollow">installing Gitorious on RHEL</a></p> <p>에 대한

gitorious]$ sudo /opt/ruby-enterprise/bin/rake gems:install --trace 
(in /var/www/html/gitorious) 
rake aborted! 
Bundler couldn't find some gems. Did you run `bundle install`? 
/var/www/html/gitorious/config/../config/preinitializer.rb:18 
/var/www/html/gitorious/config/boot.rb:28:in `load' 
/var/www/html/gitorious/config/boot.rb:28:in `preinitialize' 
/var/www/html/gitorious/config/boot.rb:10:in `boot!' 
/var/www/html/gitorious/config/boot.rb:123 
/opt/ruby-enterprise/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require' 
/opt/ruby-enterprise/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require' 
/var/www/html/gitorious/Rakefile:4 
/opt/ruby-enterprise/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2383:in `load' 
/opt/ruby-enterprise/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2383:in `raw_load_rakefile' 
/opt/ruby-enterprise/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2017:in `load_rakefile' 
/opt/ruby-enterprise/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling' 
/opt/ruby-enterprise/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2016:in `load_rakefile' 
/opt/ruby-enterprise/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2000:in `run' 
/opt/ruby-enterprise/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling' 
/opt/ruby-enterprise/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run' 
/opt/ruby-enterprise/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31 
/opt/ruby-enterprise/bin/rake:19:in `load' 
/opt/ruby-enterprise/bin/rake:19 

. yml config 지시문을 'production :'아래에 추가하십시오. 다음에 무엇을해야할지 모르겠습니다. 나는 루비스트가 아니야.

제안 사항?

답변

4

Sam, 여기의 문제는 RHEL 가이드가 구식 인 것 같습니다. Gitorious는 Ruby 의존성을 위해 Bundler를 사용하게되었습니다. 실제로는 훨씬 더 간단합니다. 당신이해야 할 것은 :

  • 가 들러 보석을 설치 (보석 들러 설치)

이 모든 루비 종속성을 수정해야 설치 Gitorious 루트 및 실행 번들로 이동합니다. 이 변경에 대한 자세한 내용은 in the blog입니다.

+0

좋아, 굉장해. 게시물에 나와있는 설치 가이드를 따라야합니다. –

+0

도움에 감사드립니다 !!! –