Versions Compared

Key

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

...

Code Block
languagebash
themeMidnight
titlesdnc
docker-compose -f docker-compose.yml -f sdnc/docker-compose.yml -f control-panel/docker-compose.yaml up -d

You can see the docker containers with docker ps,

...

Run the fill_data.sh script under directory /data to create some dummy data in the running system.

Command to load the data,

Code Block
languagebash
themeMidnight
titleload data
cd /nonrtric/docker-compose/data

./fill_datapreparePmsData.sh.sh [policy-agent-port] [a1-sim-OSC-port] [a1-sim-STD-port] [http/https]

...