Gemfile for installing plugin fails in Windows installations - cp and if keywords are linux specific.
Manual workaround for Windows installations:
- Copy/Git files to redmine/htdocs/plugins/ folder. This will result in a folder fedmine.
- Copy the fedmine folder files to redmine/htdocs/public/themes/ folder. (Yes, same thing in both places)
- bundle exec rake redmine:plugins NAME=fedmine RAILS_ENV=production
You will get two error messages about bad commands, but it will install.
Gemfile for installing plugin fails in Windows installations - cp and if keywords are linux specific.
Manual workaround for Windows installations:
You will get two error messages about bad commands, but it will install.