jamesfalkner / istio-lab-summit-2018

Lab content for "Hands On with Istio on OpenShift" presented at Red Hat Summit 2018
4 stars 9 forks source link

will need java + maven to build images #4

Closed thoraxe closed 6 years ago

thoraxe commented 6 years ago
cd
curl -sL http://apache.mirrors.tds.net/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz | (cd ~; tar -xvzf -)
yum install java-1.8.0-openjdk-devel
export PATH=${PATH}:${HOME}/apache-maven-3.5.3/bin
thoraxe commented 6 years ago

I did this, although I put maven in /opt/lab/...