Project

General

Profile

Can I install and run Redmine 2.3.1 without bundler?

Added by Dave Ford over 10 years ago

Hello all,

I'm exploring the process of installing Redmine 2.3.1 as we're currently using a very old version. The problem is that our development environment is on a secluded network without access to the internet. Most of the builds I've seen in the open source world assume access to the internet, and that's a problem for me. Here is the error I get during my build, and what is hopefully some additional needed information.

inadmin@cosb> rake generate_secret_token
rake aborted!
cannot load such file -- bundler/setup
/apps/redmine-2.3.1/config/boot.rb:6:in `<top (required)>'
/apps/redmine-2.3.1/config/application.rb:1:in `<top (required)>'
/apps/redmine-2.3.1/Rakefile:5:in `<top (required)>'
(See full trace by running task with --trace)
inadmin@cosb> ruby -v
ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-linux]
inadmin@cosb> which ruby
/apps/ruby-2.0.0-p0/bin/ruby
inadmin@cosb> gem list

  • LOCAL GEMS ***

bigdecimal (1.2.0)
i18n (0.4.2)
io-console (0.4.2)
json (1.7.7)
minitest (4.3.2)
mysql (2.8.1)
psych (2.0.0)
rack (1.1.0)
rake (0.9.6)
rdoc (4.0.0)
test-unit (2.0.0.0)

Any help would be greatly appreciated.

Thanks,
ultrapain