Versions Compared

Key

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

...

  1. Log into the circ-scripts container's host instance
  2. Enter the container: sudo docker exec -it circ-scripts /bin/bash
  3. Activate the Python virtual environment: source ../env/bin/activate
  4. Run the script: ./configuration/short_client_token_library_configuration – vendor--vendor-id="NYPL" --website-url <url> --short-name <shortname> --secret <shared_secret>
  5. To finish, deactivate the virtual environment: deactivate
  6. Exit the container: exit

...