Versions Compared

Key

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

...

Launch policy-distribution service (VM2)

Code Block
# create the default directory which policy distribution service will monitor
$ mkdir -p /tmp/policy_distribution/csar
# launch policy distribution service
$ cd /opt/app/policy/distribution/bin
$ ./policy-dist.sh /opt/app/policy/distribution/etc/s3pConfig.json &

...