プロジェクト

全般

プロフィール

Install PlantUML Server on CentOS 75 » 履歴 » バージョン 7

みぞ @mizo0203, 2018/08/03 02:17

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