Installation
- Unzip plugin into
./plugins/
. This would result in a directory-path like:./plugins/redmine_agile/init.rb
- Go to redmine root folder (ex.
cd /var/www/redmine
) - Install dependent ruby gems by following command:
bundle install --without development test
- Migrate database and copy assets by following command:
bundle exec rake redmine:plugins NAME=redmine_agile RAILS_ENV=production
- You now need to restart Redmine so that it shows the newly installed plugin in the list of installed plugins ("Administration -> Plugins").
- Go to "Administration -> Agile" and setup plugin global settings.