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

...

 

set JAVA_HOME in ~/.bashrc

yum install java-1.8.0-openjdk-devel

...

get it via alternatives --config javac

install git and development tools
yum install git
yum groupinstall 'Development Tools'
install npm
(will also be installed automatically by the ecomp build)

download and install Maven 3.5

...

.0

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

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

http://maven.apache.org/download.cgi

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

...

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

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

yum groupinstall 'Development Tools'

...

gz
Add the following option to your MAVEN_OPTS in order not to periodically hang on downloading artifacts in linux-Djava.net.preferIPv4Stack=true

...


Install git-review

<<TODO: describe a Linux client set-up for Git and git-review>>

...