LoginSignup
0
0

More than 3 years have passed since last update.

EC2でPlantUML Server

Last updated at Posted at 2020-08-24

graphvizのインストール

sudo yum install -y graphviz

EC2へのMavenインストール

sudo wget https://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
sudo yum install -y apache-maven
sudo sed -i s/\$releasever/6/g /etc/yum.repos.d/epel-apache-maven.repo
sudo yum install -y apache-maven

Javaのインストール

sudo amazon-linux-extras enable corretto8
sudo yum install java-1.8.0-amazon-corretto-devel
sudo /usr/sbin/alternatives --config java
sudo /usr/sbin/alternatives --config javac

PlantUML serverのインストール、起動

git clone https://github.com/plantuml/plantuml-server.git
cd plantuml-server/
mvn jetty:run
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0