Install PlantUML Server on CentOS 75 » 履歴 » バージョン 6
みぞ @mizo0203, 2018/08/03 01:55
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 | 6 | みぞ @mizo0203 | systemctl enable tomcat |
13 | 1 | みぞ @mizo0203 | firewall-cmd --zone=public --add-port=8080/tcp --permanent |
14 | firewall-cmd --reload |
||
15 | ``` |
||
16 | |||
17 | http://localhost:8080/plantuml |
||
18 | 3 | みぞ @mizo0203 | |
19 | 4 | みぞ @mizo0203 | ## Redmine との連携 |
20 | |||
21 | PlantUML Redmine Macro |
||
22 | |||
23 | https://bitbucket.org/gelin/plantuml-redmine-macro |
||
24 | |||
25 | 3 | みぞ @mizo0203 | ## GitLab との連携 |
26 | |||
27 | https://docs.gitlab.com/ee/administration/integration/plantuml.html |