# redmine_agile **Repository Path**: redmines/redmine_agile ## Basic Information - **Project Name**: redmine_agile - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = Agile plugin == Install * Copy redmine_agile plugin to {RAILS_APP}/plugins on your redmine path * Run bundle install --without development test RAILS_ENV=production * Run bundle exec rake redmine:plugins NAME=redmine_agile RAILS_ENV=production == Uninstall
bundle exec rake redmine:plugins NAME=redmine_agile VERSION=0 RAILS_ENV=production
rm -r plugins/redmine_agile
== Test bundle exec rake db:drop db:create db:migrate redmine:plugins RAILS_ENV=test bundle exec rake test TEST="plugins/redmine_agile/test/**/*_test.rb" RAILS_ENV=test