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
- Host: GitHub
- URL: https://github.com/btlogy/redmine_agile
- Owner: btlogy
- License: gpl-2.0
- Created: 2019-10-29T19:35:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T21:17:31.000Z (over 6 years ago)
- Last Synced: 2025-10-25T17:43:52.991Z (8 months ago)
- Topics: redmine-plugin
- Language: Ruby
- Homepage: https://www.redmine.org/plugins/redmine_agile
- Size: 323 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
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