Install Redmine 5 on Debian 10 with Plesk Obsidian
Added by Mar Ki over 2 years 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:
- Installed the ruby extension in Plesk
- Added a new subdomain and uploaded redmine 5.0.2
- Set the document root to the public folder
- activated ruby 2.6.10
- 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 about 2 years 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