Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Unix (RHEL/CentOS/Ubuntu/OSX) Setup (under construction)

OSX

Redhat

...

/CentOS

install java - yum install java-1.8.0-openjdk-devel

set JAVA_HOME in ~/.bashrc - get it via alternatives --config javac

yum install git

download Maven 3.5.0 http://maven.apache.org/download.cgicreate an ~/.m2 folder and copy our settings.xml there

 tar -xvf apache-maven-3.5.0-bin.tar.gz 

create an ~/.m2 folder and copy our settings.xml there

add maven to your path - check it with mvn --version

yum groupinstall 'Development Tools'

...