Versions Compared

Key

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

This page is out of date.
Please see the relevant page for the latest release: e.g. Release I - Run in Docker



This is a brief instruction on how to deploy oru-app along with ics, producer, sdnr simulators, and check logs etc.

...

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

Trigger the job:

Code Block
languagebash
titletrigger the job
curl -X POST http://localhost:8086/admin/start -d ""

Check logs on oru-app:

Code Block
languagebash
titlecheck logs
docker logs oru-app

...