プロジェクト

全般

プロフィール

操作

Install PlantUML Server on CentOS 7.5

yum -y install graphviz java-1.8.0-openjdk 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
systemctl enable tomcat
firewall-cmd --zone=public --add-port=8080/tcp --permanent
firewall-cmd --reload

http://localhost:8080/plantuml

Redmine との連携

PlantUML Redmine Macro

https://bitbucket.org/gelin/plantuml-redmine-macro

GitLab との連携

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


Updated by みぞ @mizo0203 , 5年以上前に更新
Access count: 7647

コメント


    みぞ @mizo0203 さんが5年以上前に更新 · 7件の履歴