コンテンツにスキップ

Gitlab

PlantUML

Ref: https://docs.gitlab.co.jp/ee/administration/integration/plantuml.html

sudo apt update
sudo apt install -y tomcat9
sudo curl -o /var/lib/tomcat9/webapps/plantuml.war -L https://github.com/plantuml/plantuml-server/releases/download/v1.2022.4/plantuml-v1.2022.4.war
sudo chown tomcat:tomcat /var/lib/tomcat9/webapps/plantuml.war
sudo systemctl restart tomcat9

残りの設定はGitlabのドキュメント通り。s

メモ


最終更新日: 2022-04-29 10:02:39