https://github.com/kmacedovarela/pam-operator-workshop
https://github.com/kmacedovarela/pam-operator-workshop
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kmacedovarela/pam-operator-workshop
- Owner: kmacedovarela
- Created: 2021-04-16T13:31:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T13:34:49.000Z (over 4 years ago)
- Last Synced: 2025-03-20T07:06:21.375Z (7 months ago)
- Language: Shell
- Size: 3.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: support/ba-operator-sub.yaml
Awesome Lists containing this project
README
# DMN Workshop
Prerequisite
* OCP 4.6+
* RHPAM or RHDM 7.10+## Instructions
### Running locally
Have docker or podman running locally:
```````
docker run -it --rm -p 8080:8080 -v $(pwd):/app-data -e CONTENT_URL_PREFIX="file:///app-data" -e WORKSHOPS_URLS="file:///app-data/_pam_operator_workshop.yml" -e LOG_TO_STDOUT=true quay.io/osevg/workshopper
```````### Running on ocp
Login on ocp and:
````
oc create -f support/ocp-provisioning.yml
````