app | ||
assets | ||
config | ||
docs | ||
lib | ||
test | ||
.gitignore | ||
.rubocop.yml | ||
CHANGELOG.rst | ||
CREDITS | ||
GPL.txt | ||
init.rb | ||
PluginGemfile | ||
README.md |
Redmine tweaks plugin
Documentation
Documentation is available at https://redmine-tweaks.readthedocs.org.
Requirements
- Redmine version >= 2.6.0
- Ruby >= 2.0.0
- Gem package: see PluginGemfile
Installation
Check the requirements!
Download the sources and put them to your vendor/plugins folder.
$ cd {REDMINE_ROOT}
$ git clone git://github.com/alexandermeindl/redmine_tweaks.git plugins/redmine_tweaks
$ bundle install --without development test
Restart Redmine and have a fun!