...
- Clone the repo from : https://gerrit.onap.org/r/admin/repos/cps
- Build the project – When building the project run from the root cps folder : mvn clean install
- From docker-compose folder, run the following after building the images locally : VERSION=latest DB_USERNAME=cps DB_PASSWORD=cps docker-compose up -d
- Create the dataspace, schemaset, anchor and datanode using CPS APIs. Use the data in this file : ran-coverage-area.json for the data node creation for CoverageArea TA list mapping.
Kindly check this page for details on CPS APIs : R9 TBDMT Enhancements
...