Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.08 KB

README.rdoc

File metadata and controls

45 lines (25 loc) · 1.08 KB

ChiliProject Auto-Project Plugin

This plugin creates a new top-level private project for new users.

Requirements

This plugin aims to be compatible with

  • ChiliProject

This plugin is pretty basic and should work with every flavor of ChiliProject, it probably works with Redmine too.

Installation

Please follow the default plugin installation instructions for ChiliProject.

Deinstallation

Remove the Plugin from vendor/plugins

rm -r vendor/plugins/chiliproject_auto_project

Development

To run the tests, you will need a current version of the finnlabs Redmine/ChiliProject Dev Tools. After running

bundle install

You should be able to execute the tests with

rake redmine:spec:auto_project

If these instructions are insufficient, please open a ticket in the GitHub issue tracker with information about where you are stuck.

License

© 2011 - Felix Schäfer

This plugin is licensed under the MIT license. See COPYRIGHT.txt for details.