Tool for plugins management on an installed redmine
Added by D N almost 10 years ago
Hi All,
Recently I tested a lot of the available plugins available in the latest list. It's really difficult to download/get the right branch/install 20 plugins.
So, I decided to build a really simple & minimal Python tool to provide the following services:
1. Provide a complete list of plugins
2. Manage the list: add/edit/delete plugins from the list
3. Install/Uninstall plugins (status ?)
I started the tool in Python. For each plugin I am adding plugin name, description, (location type git/web), url, git branch. Behavior is as above.
I am attaching a screenshot of the tool.
Yes, maintaining the “latest” list of plugins will mean some initial work and maintenance. But it's way less than having nothing.
Please provide feedback/comment on this minimum features set - screenshot attached, please ignore the layout :).
Thanks