Project

General

Profile

Plugins Directory » Easy Agile

Author: Mykhaylo Sorochan
Website: https://github.com/SphereConsultingInc/easy_agile
Code repository: https://github.com/SphereConsultingInc/easy_agile
Registered on: 2010-11-22 (over 13 years ago)
Current version: 1.0.4
Compatible with: Redmine 1.0.x
User ratings:   (0)

Easy Agile is a simple task board which allows you to define stories and track their statuses through iteration. The application is quite straigtforward for the people familiar with the SCRUM and Agile methodology. Based on the original Simply Agile application.

Credits

Easy Agile based on the original Simply Agile standalone application by Jandaweb:http://www.jandaweb.com/ (see LICENSE.simply_agile ).

Copyright (c) 2010 Sphere Consulting Inc., released under the MIT license (see LICENSE).

Installation notes

Follow the Redmine plugin installation manual:http://www.redmine.org/wiki/redmine/Plugins. Or go this way (inside the Redmine directory). Make sure you have git installed:

  ./script/plugin install git@github.com:SphereConsultingInc/easy_agile.git

or:
  cd vendor/plugins
  git clone git://github.com/SphereConsultingInc/easy_agile.git

  rake db:migrate_plugins RAILS_ENV=production (or simply "rake db:migrate_plugins" for development mode)

Install nested_layouts:http://github.com/jwigal/nested_layouts plugin:

  ./script/plugin install git://github.com/jwigal/nested_layouts.git

Install ImageMagick and RMagick. See the RMagick's Installation FAQ for details. Windows users might need to reinstall RMagick and ImageMagick in case of any problems.

Install gruffs library (if you want your Redmine installation to be portable):

  gem install gruff
  cd vendor/plugins && gem unpack gruff

or (if you want to use gruff from gems):
  gem install gruff

and add the following line to your config/environment.rb file:
  config.gem "gruff" 

Then restart Redmine. In project's setting in Modules include 'Easy Agile' or enable it globally for all projects from Administration area. It will be available under 'Easy Agile' tab.

Recent activities summary is available inside 'My Page' area.

Changelog

1.0.4 (2010-12-28)

Compatible with Redmine 1.0.x.

Remove :cache option for javascript includes for compatibility.

1.0.3 (2010-12-02)

Compatible with Redmine 1.0.x.

Fix routing issue.

1.0.2 (2010-11-25)

Compatible with Redmine 1.0.x.

Fix burndown drawing

1.0.1 (2010-11-23)

Compatible with Redmine 1.0.x.

Minor updates on installation notes and small controller fix.

1.0 (2010-11-22)

Compatible with Redmine 1.0.x.