Versions Compared

Key

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

...

In this document I am showing the how can we run it using Intellij IDE. I will cover the first way in the coming weeks

  1. Build the blueprint processor project using   mvn clean install -o -DskipTests project using –  mvn clean install -o -DskipTests -Dmaven.test.skip=true -Pdocker-Pdocker
  2. Start the maria-db container using  - docker-compose -f docker-compose.yml up -d 

    The docker file is present under distribution/code/ccsdk/apps/ms/blueprintsprocessor/distribution/src/main/dc/

  3. You have to configure your IDE like in order to run the application. 


Image Added


4.  Also as per the application properties file the blueprint processor files inside deploy and   archive directories get copied at this location -> opt/app/onap/blueprints/deploy, opt/app/onap/blueprints/archive

I was getting error something like could not able to transfer the files so I had to create archive and deploy directories manually and changed the user permission using chown command.

For example –Image Added


5. Postman collection to upload and process the blueprint 

https://www.getpostman.com/collections/b99863b0cde7565a32fc