https://github.com/kmacedovarela/tooling-workshop
https://github.com/kmacedovarela/tooling-workshop
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kmacedovarela/tooling-workshop
- Owner: kmacedovarela
- Created: 2021-04-11T18:40:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-11T18:54:52.000Z (over 4 years ago)
- Last Synced: 2025-07-31T19:38:55.235Z (2 months ago)
- Size: 1.79 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: support/ocp-provisioning.yml
Awesome Lists containing this project
README
# PAM Tools Workshop
A set of guided labs to get you up started on how to:
- Create business projects using the maven archetype
- Author decisions using VSCode Extension
- Test decisions using Scenario Simulation Tool
- Deploy the project in KIE Server
- Try out the same project in Business Central### 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/_tooling_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
````