Versions Compared

Key

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

...

Code Block
languagebash
cd ~/git-hltraining/aries-acapy-plugin-toolbox/demo  # Or whichever directory you've cloned the plugin to while following prerequisites
git pull
git checkout hl-workshop
docker-compose -f docker-compose.alice-bob.yml up --build

Permissions

When running docker-compose (or other docker commands), you may need to prefix the command with sudo if it initially fails due to permissions.

The above command would then look like:

Code Block
languagebash
sudo docker-compose -f docker-compose.alice-bob.yml up --build

...