Step by step tutorial to develop redmine plugins
Added by Régis Millet over 4 years ago
Hello everyone,
I am rather new in this forum, but I already used redmine a lot...
I recently trained 6 people on how to develop redmine plugins so that they will be able to create their own new features for their own redmine installations.
While I was preparing that training, I discovered that official guides on how to develop plugins weren't always up to date, and even pointed to very old (and unmaintained) plugins as example...
So I ended up doing a big step by step tutorial for my students with a lot of explanations on a public github repository: https://github.com/Kulgar/redmine_discussions_plugin - compatible with the latest redmine version (4.1).
I tried to cover almost... every way to enhance redmine with stuff from a plugin.
I was wondering if you would be interested in this guide, and if you do, if that guide could be added in the official developer documentations on the redmine.org website.
I will also welcome any pull requests to maintain this guide.
Do not hesitate to ask me questions about this guide. And I really hope it will help the community.
Thx,
Kulgar
Replies (1)
RE: Step by step tutorial to develop redmine plugins - Added by Guillermo ML over 4 years ago
The Plugin Tutorial was recently (2020-07-01) updated by Mizuki ISHIKAWA, maybe the errors were corrected.
But you can add a link to your github instructions as a new section, everybody can edit a wiki page. I'm sure that a lot of people would benefit from it.