Skip to content

Haixing-Hu/redmine_agile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 rake redmine:plugins NAME=redmine_agile RAILS_ENV=production

Uninstall

<pre> rake redmine:plugins NAME=redmine_agile VERSION=0 RAILS_ENV=production rm -r plugins/redmine_agile </pre>