Quantcast
Channel: BitNami Answers - latest questions
Viewing all articles
Browse latest Browse all 2052

Redmine Install - Git Integration rackup command not working

$
0
0

Hi all,

I've been working through the instructions to install BitNami (http://wiki.bitnami.org/Applications/BitNami_Redmine). I'm a bit stuck when it comes to running the command below...

rackup --host 127.0.0.1 -p 8080 config.ru

When I run this command I get...

/var/redmine/instdir/ruby/lib/ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find rack (>= 0) amongst [] (Gem::LoadError)
from /var/redmine/instdir/ruby/lib/ruby/1.9.1/rubygems/dependency.rb:256:in `to_spec'
from /var/redmine/instdir/ruby/lib/ruby/1.9.1/rubygems.rb:1231:in `gem'
from /var/redmine/instdir/ruby/bin/rackup:22

From what I've been able to tell so far it has got to do with the gem packages I have installed. If I run a gem list i get...

racc (1.4.8)
rack (1.5.2, 1.4.1, 1.0.1)
rack-cache (1.2)
rack-mount (0.8.3)
rack-openid (1.3.1)
rack-ssl (1.3.2)
rack-test (0.6.1)
rails (3.2.11, 2.3.5)
railties (3.2.11)
rake (0.9.2.2)
rake-compiler (0.8.1)
rdiscount (1.6.8)
rdoc (3.12, 3.9.4)
RedCloth (4.2.9)
rexical (1.0.5)
rmagick (2.13.1)
ronn (0.7.3)
rspec (2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.2)
rspec-mocks (2.11.1)
ruby-openid (2.1.8)
rubygems-update (1.8.24)
rvm (1.11.3.5)

Can someone please assist me. I've been stuck on this for a couple of days.

Thanks


Viewing all articles
Browse latest Browse all 2052

Trending Articles