プロジェクト

全般

プロフィール

Install PlantUML Server on CentOS 75 » 履歴 » リビジョン 3

リビジョン 2 (みぞ @mizo0203, 2018/08/03 00:29) → リビジョン 3/7 (みぞ @mizo0203, 2018/08/03 00:45)

# Install PlantUML Server on CentOS 7.5 

 ``` 
 yum -y install graphviz openjdk-7-jdk git-core maven 
 git clone https://github.com/plantuml/plantuml-server.git 
 cd plantuml-server 
 mvn package 
 yum -y install tomcat 
 cp target/plantuml.war /var/lib/tomcat/webapps/plantuml.war 
 chown tomcat:tomcat /var/lib/tomcat/webapps/plantuml.war  
 service tomcat restart 
 firewall-cmd --zone=public --add-port=8080/tcp --permanent 
 firewall-cmd --reload 
 ``` 

 http://localhost:8080/plantuml 

 ## GitLab との連携 

 https://docs.gitlab.com/ee/administration/integration/plantuml.html