Versions Compared

Key

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

...

  1. Build the blueprint processor project using –  (ccsdk/apps/ms/blueprintsprocessor)  

     mvn clean install -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  - with docker-compose -f docker-compose.yml in directory ccsdk/apps/ms/blueprintsprocessor/distribution/src/main/dc

    docker-compose  up -d 

    The docker compose 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. 

...