Problems to install redmine 1.1.1 on debian lenny server
Added by Benjamin Herzig almost 14 years ago
Hey volks,
I have a debian lenny vserver and want to install redmine.
I tried many how to's but no one matches, or works ...
I can't get it.
thanks for some help :)
Replies (4)
RE: Problems to install redmine 1.1.1 on debian lenny server - Added by Felix Schäfer almost 14 years ago
If you hit roadblocks, ask specific questions, it's difficult to answer stuff like "it doesn't work".
RE: Problems to install redmine 1.1.1 on debian lenny server - Added by Benjamin Herzig almost 14 years ago
yea damn ... sorry for that
ehmm mainly are dependency problems ... i tried a guid where the writer want to install redmine 1.0 with apache 2 ... yea and there worked nothing ... i installed rubygems from the packports because he told me, but the i18n gem or so can't installed because the rubygem version was to low ...
RE: Problems to install redmine 1.1.1 on debian lenny server - Added by Benjamin Herzig over 13 years ago
ok ehmm sorry for double post, but after a few days I give redmine a next try ... at the beginning it looks good but know where I have to execute this command 'RAILS_ENV=production rake config/initializers/session_store.rb' I get this error 'undefined method `default_dir' for `Gem'' with the full trace:
rake aborted! undefined method `default_dir' for `Gem' gem_prelude.rb:79:in `undef_method' gem_prelude.rb:79:in `block in singletonclass' gem_prelude.rb:78:in `each' gem_prelude.rb:78:in `singletonclass' gem_prelude.rb:77:in `load_full_rubygems_library' gem_prelude.rb:183:in `const_missing' /var/www/redmine/config/boot.rb:116:in `rescue in <top (required)>' /var/www/redmine/config/boot.rb:114:in `<top (required)>' /var/www/redmine/Rakefile:4:in `require' /var/www/redmine/Rakefile:4:in `<top (required)>' /usr/lib/ruby/1.9.0/rake.rb:2148:in `load' /usr/lib/ruby/1.9.0/rake.rb:2148:in `raw_load_rakefile' /usr/lib/ruby/1.9.0/rake.rb:1896:in `block in load_rakefile' /usr/lib/ruby/1.9.0/rake.rb:1947:in `standard_exception_handling' /usr/lib/ruby/1.9.0/rake.rb:1895:in `load_rakefile' /usr/lib/ruby/1.9.0/rake.rb:1879:in `block in run' /usr/lib/ruby/1.9.0/rake.rb:1947:in `standard_exception_handling' /usr/lib/ruby/1.9.0/rake.rb:1877:in `run' /usr/bin/rake:31:in `<main>'
yea and i have no idea how to fix it ...
thanks for your help.
RE: Problems to install redmine 1.1.1 on debian lenny server - Added by Etienne Massip over 13 years ago
Why would you execute this "command" ?
Are you talking about running RAILS_ENV=production rake generate_session_store
?