Defect #1008
install fail on redmine 3.0.0/3.0.1
Description
1 cd redmine-3.0.0/plugins
2 tar xzvf ~/scrum v0.9.1.tar.gz
3 mv scrum\ v0.9.1 scrum
4 budle exec rake redmine:plugins:migrate
error a lot...
so, i just removed it.
Updated by Nataliia Velychko almost 10 years ago
Hi Emilio,
Has it been solved?
It's impossible to install Scrum plugin on 3.0.x version, Redmine is crushed straight after installation.
Updated by Leonardo Sena over 9 years ago
I had to run the following commands to be able to migrate my plugins:
bundle exec rake redmine:plugins:migrate (which you already did) and then:- ruby bin/rake redmine:pplugins RAILS_ENV=production
Updated by Michael Kimsal over 9 years ago
failing on 3.0.3 as well
i keep wanting to like this plugin, but it seems plagued with problems (a year ago it was javascript drag/drop issues that no one could seem to replicate, but everyone had) and now installation problems. will try again on next release.
to try this, grab a digitalocean "redmine" install (I'm using their one-click install version) and then grabbed 0.11.1, untarred in /srv/redmine/plugins, did the rake, some DB stuff was done, but it never shows up in 'plugins' area of redmine installation.
Updated by Michael Kimsal over 9 years ago
Michael Kimsal escribió:
failing on 3.0.3 as well
i keep wanting to like this plugin, but it seems plagued with problems (a year ago it was javascript drag/drop issues that no one could seem to replicate, but everyone had) and now installation problems. will try again on next release.
to try this, grab a digitalocean "redmine" install (I'm using their one-click install version) and then grabbed 0.11.1, untarred in /srv/redmine/plugins, did the rake, some DB stuff was done, but it never shows up in 'plugins' area of redmine installation.
Also, i'll be happy to grant access to my install (or a new one) for anyone that wants to try to troubleshoot this - you can have full root if you need to diagnose and fix this.