Skip to content
forked from edavis10/redmine

Redmine is a flexible project management web application written using Ruby on Rails framework. http://github.com/edavis10/redmine is the official git mirror of the svn repository

Notifications You must be signed in to change notification settings

mahkhaled/redmine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine

Redmine is a flexible project management web application written using Ruby on Rails framework.

More details can be found at in the doc directory or on the official website www.redmine.org

Installation

rake db:create
rake db:migrate
rake redmine:load_default_data
rake db:migrate_plugins
rake redmine_scrummer:load_default_data

Include scrummer module in the your redmine projects

Cucumber Initializtion

rake db:test:prepare db:fixtures:load redmine_scrummer:load_default_data RAILS_ENV=test
cucumber

Notes:

redmine pagination is by default (25,50,100). You can update it from config/settings.yml

About

Redmine is a flexible project management web application written using Ruby on Rails framework. http://github.com/edavis10/redmine is the official git mirror of the svn repository

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 85.1%
  • JavaScript 10.0%
  • Perl 4.5%
  • Other 0.4%