An open API service indexing awesome lists of open source software.

https://github.com/btlogy/redmine_agile

Broken clone from RedminUp Agile plugin - Please visit website instead
https://github.com/btlogy/redmine_agile

redmine-plugin

Last synced: about 2 months ago
JSON representation

Broken clone from RedminUp Agile plugin - Please visit website instead

Awesome Lists containing this project

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