Añade el plugin Redmine Git Server 0.4

This commit is contained in:
Manuel Cillero 2021-05-14 16:45:54 +02:00
parent 525527a55b
commit 4b46a7472e
30 changed files with 485 additions and 0 deletions

View file

@ -0,0 +1,36 @@
Redmine base_deface plugin
======================
Integrate with the deface gem to manage view modifications in plugins
Installation
------------
This plugin is compatible with Redmine 2.1.0+.
Please apply general instructions for plugins [here](http://www.redmine.org/wiki/redmine/Plugins).
First download the source or clone the plugin and put it in the "plugins/" directory of your redmine instance. Note that this is crucial that the directory is named redmine_base_deface !
Then execute from redmine root directory:
$ bundle install
$ rake redmine:plugins
And finally restart your Redmine instance.
Contributing
------------
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
License
-------
This project is released under the MIT license, see LICENSE file.