Versions Compared

Key

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

...

  1. Build the blueprint processor project using –  mvn clean install -o -DskipTests -Dmaven.test.skip=true -Pdocker
    (After one successful build, you may add -o option to speed up the build)
  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. 

...