https://github.com/kmacedovarela/rhpam-rhdm-workshop-v2m1-guides
https://github.com/kmacedovarela/rhpam-rhdm-workshop-v2m1-guides
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kmacedovarela/rhpam-rhdm-workshop-v2m1-guides
- Owner: kmacedovarela
- Created: 2020-09-15T03:32:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T18:59:18.000Z (about 5 years ago)
- Last Synced: 2025-03-20T07:06:19.464Z (8 months ago)
- Language: Shell
- Size: 7.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Red Hat Process Automation Manager / Decision Manager Workshop Module 1
===
This is `module 1` of a full-day hands-on Red Hat Process Automation Manager and Red Hat Decision Manager workshop. It provides developers and/or business analysts an introduction to Rules- and Process Driven applications and microservices in the context of modern, cloud-native, architectures.
Agenda
===
* Use Case Overview
* Overview of RHPAM Components and Architecture
* Accessing PAM Workbench, Business Central
* Security configuration of Business Central
If you want to just see what the rendered instructions look like, clone this repo and execute this docker command:
````bash
git clone https://github.com/kmacedovarela/rhpam-rhdm-workshop-v2m1-guides.git
cd rhpam-rhdm-workshop-v2m1-guides
docker run -it --rm -p 8080:8080 -v $(pwd)/docs:/app-data -e CONTENT_URL_PREFIX="file:///app-data" -e WORKSHOPS_URLS="file:///app-data/_workshop.yml" -e LOG_TO_STDOUT=true quay.io/osevg/workshopper
````
Then go to `localhost:8080` in your browser. Note that the URLs above are "fake" (except for `CONTENT_URL_PREFIX` and `WORKSHOP_URLS`). If you actually try to follow the instructions you'll need to replace the above values manually (either in the command above, or when running through the labs).