Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 995 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 995 Bytes

Redmine default project page

Build Status Inline docs

Plugin for change default project page (not just overview).

Plugin installation and setup

  1. Copy the plugin directory into the plugins directory (make sure the name is redmine_default_project_page)
  2. Start Redmine

How to run build on travis?

First of all try to run tests in your environment:

ruby plugins/redmine_default_project_page/test/**/*.rb

If everyhting is ok, push your changes into master branch and run merge script, which merge master into testing and push to remote (github):

./push_for_test.sh