Versions Compared

Key

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

...

Follow the instructions on the identity portal to create a Linux Foundation account and get access to the OpenECOMP Gerrit instance.  Then verify that you can log in at https://gerrit.openecomp.org/ and that you can see the OpenECOMP list of repositories.

...

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

OSX

Redhat 7.3

yum install git

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

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

 tar -xvf apache-maven-3.5.0-bin.tar.gz 
yum groupinstall 'Development Tools'

Install git-review

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

...

Generate Public and Private Keys

OSX

ssh-keygen -t rsa


Windows

The puttygen utility, installed with putty, generates public and private keys used for secure communication with Gerrit.

...