Versions Compared

Key

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

...

Code Block
languagebash
titlecd tools/development
cd test/usecases/oruclosedlooprecovery/goversion/docker-compose

run script "start.sh", it will build images of oru-app, sdnr-sim, producer-sim and ics-sim, then it will run "docker-compose up -d" , this docker-compose file is to build all images needed and make all these components up & running:

Code Block
languagebash
titleinstall dmapp-dr, cbs, consul, files-publisher and dmaap-mr
bash start.shdocker-compose up -d

After successful run, we should see the docker containers up & running:

...

Code Block
languagebash
titleclean env
docker stop $(docker ps -aq)
docker system prune -f-compose down