Project

General

Profile

Installing Redmine on Justhost

Added by Anonymous about 13 years ago

I am trying to install redmine on a shared server (justhost) with SSH access.

when I use:

rails -v

I get the following message:

-jailshell-3.2$ rails -v
/usr/lib/ruby/site_ruby/1.8/rubygems.rb:827:in `report_activate_error': RubyGem version error: rack(1.2.2 not ~> 1.0.0) (Gem::LoadError)
from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:261:in `activate'
from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:296:in `activate'
from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:295:in `each'
from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:295:in `activate'
from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:296:in `activate'
from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:295:in `each'
from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:295:in `activate'
from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:68:in `gem'
from /usr/bin/rails:18

I already tried installing, uninstalling rack, and also have tried reinstalling rails, but when i do try it says I need gem 1.3.6, it was working tho (rails) uhm and now I dont know what went wrong.

more info:

-jailshell-3.2$ gem env
RubyGems Environment:
- RUBYGEMS VERSION: 1.3.5
- RUBY VERSION: 1.8.7 (2008-06-20 patchlevel 22) [x86_64-linux]
- INSTALLATION DIRECTORY: /home/ofixcom1/ruby/gems
- RUBY EXECUTABLE: /usr/bin/ruby
- EXECUTABLE DIRECTORY: /home/ofixcom1/ruby/gems/bin
- RUBYGEMS PLATFORMS:
- ruby
- x86_64-linux
- GEM PATHS:
- /home/ofixcom1/ruby/gems
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- "gempath" => []
- "gem" => "--remote --gen-rdoc --run-tests"
- "gemhome" => "/home/ofixcom1/ruby/gems"
- "rdoc" => "--inline-source --line-numbers"
- REMOTE SOURCES:
- http://gems.rubyforge.org/

  • LOCAL GEMS ***

abstract (1.0.0)
actionmailer (3.0.6)
actionpack (3.0.6)
activemodel (3.0.6)
activerecord (3.0.6)
activeresource (3.0.6)
activesupport (3.0.6)
arel (2.0.9)
builder (2.1.2)
erubis (2.6.6)
i18n (0.4.2)
mail (2.2.15)
mime-types (1.16)
polyglot (0.3.1)
rack (1.0.1)
rack-mount (0.6.14)
rack-test (0.5.7)
rake (0.8.7)
rubygems-update (1.3.6)
treetop (1.4.9)
tzinfo (0.3.26)

Redmine is on directory /rails_apps/Redmine and when I go to cpanel to run application it wont start or do anything.

regards,
Erick


Replies (5)

RE: Installing Redmine on Justhost - Added by Felix Schäfer about 13 years ago

It seems you have rails 3 installed, Redmine doesn't work with that.

RE: Installing Redmine on Justhost - Added by Anonymous about 13 years ago

is there any other way I can check rails version?

I read that you can use script/about, but where do I type that or look for that directory?

RE: Installing Redmine on Justhost - Added by Felix Schäfer about 13 years ago

Run script/about (or RAILS_ENV=production script/about if you don't have the development environment configured) in your redmine directory.

I suppose you have rails 3, because you have activerecord 3.6 installed. Strange though that rails doesn't show in your gem list.

RE: Installing Redmine on Justhost - Added by Anonymous about 13 years ago

Thanks Felix.

I sent a support ticket to justhost and they installed correct version of Rails, I had an issue with rake tho. So just to make sure I made something wrong, started all over. And now its working. Redmine works on a shared server and specificly Justhost, I have mine setup quite nice.

Now the question is what is next? ahahaha I created the project and now I am just reading how to create a repository hahaha.. hope everything goes well..

RE: Installing Redmine on Justhost - Added by Thangadurai Ponnusamy over 8 years ago

How to configure redmine with HTTPS on Justhost?

Thanks!

    (1-5/5)