Downloads
Here you can find all the resource materials for the workshop and for completing the exercises:
- DominoAutoConfig.json
- docker-compose.yml
- dachnug2023.postman_collection.json
- dachnug2023.postman_environment.json
- sample.env
- SPA-source.zip
- source for all apps
- ApprovalCentral.zip
Command line utilities
Put the command line utilities somewhere on your path. On Linux/macOS, that's typically ~/bin
. On Windows, you can create ~\cmd
and add it to the path.
- Keep shell script (Linux / macOS)
- Keep.cmd (Windows)
- curl
On Linux/macOS, when it isn't already available, you can use your packet manager:
brew install curl
(macOS)sudo dnf install curl
(Redhat/Centos)sudo apt install curl
(Debian/Ubuntu)
Last update:
November 25, 2023