Versions Compared

Key

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

Table of Contents

Follow the steps below to setup the CPS environment. 

Checkout the project

Checkout https://gerrit.onap.org/r/admin/repos/cps

Building the project

When building the project run from the root cps folder :

Code Block
mvn clean install

From docker-compose folder run the following after building the images locally :

...

languagebash

...

This starts both cps and postgres containers.

...