Plugins Directory » plantuml
Author: | Michael Skrynski | |
---|---|---|
Website: | https://github.com/dkd/plantuml | |
Code repository: | https://github.com/dkd/plantuml | |
Registered on: | 2015-08-05 (over 9 years ago) | |
Current version: | 0.4.1 | |
Compatible with: | Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x | |
User ratings: |
PlantUML Redmine plugin¶
This plugin will allow adding PlantUML diagrams into Redmine.
Requirements¶
- Java
- PlantUML binary
Installation¶
- create a shell script in
/usr/bin/plantuml
#!/bin/bash
/usr/bin/java -Djava.io.tmpdir=/var/tmp -Djava.awt.headless=true -jar /PATH_TO_YOUR_PLANTUML_BINARY/plantuml.jar ${@}
- copy this plugin into the Redmine plugins directory
Usage¶
- go to the plugin settings page and add the
PlantUML binary
path/usr/bin/plantuml
- PlantUML diagrams can be added as follow:
{{plantuml(png)
Bob -> Alice : hello
}}
{{plantuml(svg)
Bob -> Alice : hello
}}
- you can choose between PNG or SVG images by setting the
plantuml
macro argument to eitherpng
orsvg
Changelog
0.4.1 (2017-08-01)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x.
Sanitize input to prevent the inclusion of any file on the system
0.3.0 (2015-08-13)
Compatible with Redmine 3.1.x, 3.0.x, 2.6.x.
0.2.0 (2015-08-05)
Compatible with Redmine 3.0.x, 2.6.x.