Install PlantUML Server on CentOS 75 » 履歴 » バージョン 5
みぞ @mizo0203, 2018/08/03 01:31
1 | 2 | みぞ @mizo0203 | # Install PlantUML Server on CentOS 7.5 |
---|---|---|---|
2 | 1 | みぞ @mizo0203 | |
3 | ``` |
||
4 | 5 | みぞ @mizo0203 | yum -y install graphviz java-1.8.0-openjdk git-core maven |
5 | 1 | みぞ @mizo0203 | git clone https://github.com/plantuml/plantuml-server.git |
6 | cd plantuml-server |
||
7 | mvn package |
||
8 | yum -y install tomcat |
||
9 | cp target/plantuml.war /var/lib/tomcat/webapps/plantuml.war |
||
10 | chown tomcat:tomcat /var/lib/tomcat/webapps/plantuml.war |
||
11 | service tomcat restart |
||
12 | firewall-cmd --zone=public --add-port=8080/tcp --permanent |
||
13 | firewall-cmd --reload |
||
14 | ``` |
||
15 | |||
16 | http://localhost:8080/plantuml |
||
17 | 3 | みぞ @mizo0203 | |
18 | 4 | みぞ @mizo0203 | ## Redmine との連携 |
19 | |||
20 | PlantUML Redmine Macro |
||
21 | |||
22 | https://bitbucket.org/gelin/plantuml-redmine-macro |
||
23 | |||
24 | 3 | みぞ @mizo0203 | ## GitLab との連携 |
25 | |||
26 | https://docs.gitlab.com/ee/administration/integration/plantuml.html |