Project

General

Profile

Install Redmine 5 on Debian 10 with Plesk Obsidian

Added by Mar Ki over 1 year ago

Hello.

I try to install redmine on my plesk obsidian server.

When i run the application i get the following error:

You have already activated strscan 1.0.0, but your Gemfile requires strscan 3.0.4. Since strscan is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports strscan as a default gem. (Gem::LoadError)

Attached you find more Details.

What i´ve done so far:

  1. Installed the ruby extension in Plesk
  2. Added a new subdomain and uploaded redmine 5.0.2
  3. Set the document root to the public folder
  4. activated ruby 2.6.10
  5. run via ssh bundle install, generate_secret_token and db:migrate

I hope someone can help me.

Best regards


Replies (1)

RE: Install Redmine 5 on Debian 10 with Plesk Obsidian - Added by Beni br over 1 year ago

I had the same issue on a Debian running Redmine 5.0.3

fixed it according to this hint https://www.redmine.org/boards/2/topics/67125 with

sudo gem install -v 3.0.4 strscan
sudo gem install -v 3.0.2 stringio # got a similar error about stringio
    (1-1/1)