I successfully installed Redmine today. I tried to install the Gitosis plugin as described here. When i run the command sudo -u www-data X_DEBIAN_SITEID=default RAILS_ENV=production rake db:migrate:plugins i get this error:
(in /var/www/lemusc.de/redmine/public_html)
/var/lib/gems/1.8/gems/rake-0.9.2.2/lib/rake/file_utils.rb:9: warning: already initialized constant RUBY
/var/lib/gems/1.8/gems/rake-0.9.2.2/lib/rake/file_utils.rb:86: warning: already initialized constant LN_SUPPORTED
Please install RDoc 2.4.2+ to generate documentation.
rake aborted!
no such file to load -- inifile
(See full trace by running task with --trace)
i installed inifile with gem install inifile as it is described in the tutorial, but it still occurs.
any help?
I got the answer from here: http://eric.lubow.org/2009/ruby/parsing-ini-files-with-ruby/
calling
$:.unshift( '/usr/lib64/ruby/gems/1.8/gems/inifile-0.1.0/lib/' )helped. I had to change it to the path were the inifile lib is