0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

openam build

Posted at

JDKインストール

yum install -y java-1.8.0-openjdk.x86_64 java-1.8.0-openjdk-devel.x86_64

JAVA_HOME環境変数を登録する

vi /etc/profile.d/xxxx.sh
+ export JAVA_HOME=/usr/lib/jvm/java

ミドルウェアインストール(git,npm,maven)

yum install -y epel-release
yum install -y git npm

curl -OL https://repos.fedorapeople.org/repos/dchen/apache-maven/epel-7/x86_64/apache-maven-3.5.2-1.el7.noarch.rpm
※RHEL7系の場合

rpm -ivh apache-maven-3.5.2-1.el7.noarch.rpm

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?