{"id":16149328,"url":"https://github.com/juliaaano/rhpam-quickstart","last_synced_at":"2025-03-18T18:33:17.389Z","repository":{"id":146707799,"uuid":"277436321","full_name":"juliaaano/rhpam-quickstart","owner":"juliaaano","description":"A collection of artifacts to get you started with Red Hat Process Automation Manager / PAM.","archived":false,"fork":false,"pushed_at":"2021-09-16T05:09:39.000Z","size":496,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T11:42:16.624Z","etag":null,"topics":["drools","java","jbpm","kie-server","rhpam","rhpam-springboot"],"latest_commit_sha":null,"homepage":"","language":"VBA","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juliaaano.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-06T03:46:57.000Z","updated_at":"2022-07-18T09:36:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"c3e9797b-50f1-41b2-979e-f090ccb6fd9b","html_url":"https://github.com/juliaaano/rhpam-quickstart","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliaaano%2Frhpam-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliaaano%2Frhpam-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliaaano%2Frhpam-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliaaano%2Frhpam-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliaaano","download_url":"https://codeload.github.com/juliaaano/rhpam-quickstart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243945513,"owners_count":20372895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["drools","java","jbpm","kie-server","rhpam","rhpam-springboot"],"created_at":"2024-10-10T00:38:40.179Z","updated_at":"2025-03-18T18:33:17.383Z","avatar_url":"https://github.com/juliaaano.png","language":"VBA","readme":"# Red Hat Process Automation Manager\n[![ci](https://github.com/juliaaano/rhpam-quickstart/actions/workflows/ci.yml/badge.svg)](https://github.com/juliaaano/rhpam-quickstart/actions/workflows/ci.yml)\n\nA collection of artifacts to get you started with Red Hat Process Automation Manager.\n\n## Import and develop in Business Central\n\nUse the URL of this repo in Business Central.\n\n* The rhpam-kjar gets selected for import.\n* There is a dependency on **rhpam-dependencies** and **rhpam-event-listener**, but they are available in Maven Central.\n* For development, use the SNAPSHOT versions and build dependencies locally.\n\n## Get started\n\nExperiment Process Automation Manager in two flavors: **JBoss EAP** and **Spring Boot**.\n\n#### JBoss EAP with Docker\n\n```\n$ docker-compose up --detach --force-recreate rhpam-jboss\n$ docker-compose logs --follow rhpam-jboss\n$ curl -i -u adminUser:password http://localhost:18080/services/rest/server\n```\n\n#### Spring Boot with Docker\n\n```\n$ docker-compose up --detach --force-recreate rhpam-springboot\n$ docker-compose logs --follow rhpam-springboot\n$ curl -i -u user:user http://localhost:18090/rest/server\n```\n\n## Build with Docker\n\nAccess to **registry.redhat.io** (docker login) is required to build the JBoss image.\n\n```\n$ docker build --file d.jboss.Dockerfile --tag localhost/juliaaano/rhpam-jboss .\n$ docker build --file d.springboot.Dockerfile --tag localhost/juliaaano/rhpam-springboot .\n```\n\nRun the local build:\n\n```\n$ RHPAM_JBOSS_IMAGE=localhost/juliaaano/rhpam-springboot docker-compose up -d rhpam-jboss\n$ RHPAM_SPRINGBOOT_IMAGE=localhost/juliaaano/rhpam-springboot docker-compose up -d rhpam-springboot\n```\n\n## Postman\n\nEnjoy a setup of automated tests with Postman/Newman.\n\nUse Docker Compose to bring up the containers and then run:\n\n```\n$ POSTMAN_ENV=rhpam-container-jboss docker-compose run --rm postman\n$ POSTMAN_ENV=rhpam-container-springboot docker-compose run --rm postman\n```\n\n## OpenShift Deployment\n\nInstallation via the **operator** or **templates** availabe inside the *openshift* folder.\n\n### Setup Credentials\n\nRequires a [registry.redhat.io](https://registry.redhat.io/) account for pulling the container images.\n\n```\n$ export RH_REGISTRY_USR=rh-username\n$ export RH_REGISTRY_PWD=rh-password\n```\n\n### Operator\n\n```\n$ ./rhpam-operator-install.sh\n$ oc create -f kieapp-immutable-quickstart.yaml\n```\n\n### Template\n\n```\n$ ./rhpam78-prod-immutable-kieserver.sh\n```\n\n## JBoss EAP Installation and Deployment\n\nFor the installation of Process Automation Manager, visit:\n\n* https://github.com/juliaaano/rhpam-eap-ansible\n\n## Develop with Java, Maven and Spring Boot\n\nThe rhpam-springboot app is a convenient wat to deploy the kjar and its assets.\n\nSee [rhpam-springboot](rhpam-springboot) for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaaano%2Frhpam-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliaaano%2Frhpam-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaaano%2Frhpam-quickstart/lists"}