You can add your graphivz code in wiki or issue by editor
my text with my code
{{graphviz
a -> b;
b -> c;
c -> d;
d -> a;
}}
{{graphviz(circo)
a -> b;
b -> c;
c -> d;
d -> a;
}}
You can use as engine
- dot (default)
- circo
- fdp
- neato
- osage
- twopi
(you can try on http://viz-js.com/)
$ cd redmine/plugins
$ git clone https://github.com/fraoustin/rviz.git
restart Redmine
I had an issue with Redmine 6.0: the redmine/public folder was empty. I manually created the missing directories.
$ cd redmine/public/plugin_assets
$ mkdir redmine_nomnoml
$ cd redmine_nomnoml
$ ln -s ln -s ../../../plugins/redmine_nomnoml/assets/javascripts javascripts
$ ln -s ln -s ../../../plugins/redmine_nomnoml/assets/stylesheets stylesheets