You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Follow the steps below to setup the CPS environment. 

Checkout the features project

Checkout https://gerrit.nordix.org/#/admin/projects/onap/ccsdk/features

Checkout the cps_poc branch

git checkout cps_poc

Setup MariaDB

https://mariadb.com/

Setup schema in DB

For now we are manually creating the schema. 

This section will be updated soon as we are in the process of creating a script.

Building the project

We are working from the cps folder for the POC. 

When building the project run mvn clean install from features\cps

Running the project

Update the application.yaml with your mariadb password, name and url.

From the features\cps\cps-rest folder run the following command;

mvn spring-boot:run



  • No labels