This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 56802d140ad NO-ISSUE: Fix jbpm-compact-architecture-example readme
typos (#2637)
56802d140ad is described below
commit 56802d140ad1c193cf37f673755c9ef10bf2d083
Author: Jozef Marko <[email protected]>
AuthorDate: Thu Oct 3 13:19:21 2024 +0200
NO-ISSUE: Fix jbpm-compact-architecture-example readme typos (#2637)
---
examples/jbpm-compact-architecture-example/README.md | 2 +-
examples/jbpm-compact-architecture-example/docker-compose/README.md | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/examples/jbpm-compact-architecture-example/README.md
b/examples/jbpm-compact-architecture-example/README.md
index e3369fb49db..5fcae0599f9 100644
--- a/examples/jbpm-compact-architecture-example/README.md
+++ b/examples/jbpm-compact-architecture-example/README.md
@@ -6,7 +6,7 @@ This example showcases a basic implementation of the **Hiring**
process that dri
interviews until he gets hired.
This quickstart project shows a simple example user task orchestration
including the use of DMN decisions to
-generate the candidate offer and tÂșimers to skip User Tasks.
+generate the candidate offer and timers to skip User Tasks.
This example also demonstrates how to configure the whole _Kogito_ environment
using the new _Compact Architecture_ that
enable simplifying the communication among _Kogito_ services removing the need
of events (Kafka/HTTP) between them. This can
diff --git
a/examples/jbpm-compact-architecture-example/docker-compose/README.md
b/examples/jbpm-compact-architecture-example/docker-compose/README.md
index 26834f79196..efc66a2e671 100644
--- a/examples/jbpm-compact-architecture-example/docker-compose/README.md
+++ b/examples/jbpm-compact-architecture-example/docker-compose/README.md
@@ -4,7 +4,7 @@ To allow a quick setup of all services required to run this
demo, we provide a d
- Postgresql
- PgAdmin
-- Kogito Example Service (Only available if the example has been compiled
using the `container` mvn profile eg: `mvn cleanp package -Dcontainer`)
+- Kogito Example Service (Only available if the example has been compiled
using the `container` mvn profile eg: `mvn clean package -Dcontainer`)
- Kogito Management Console
- Kogito Task Console
- Keycloak
@@ -12,8 +12,8 @@ To allow a quick setup of all services required to run this
demo, we provide a d
The docker compose template provides three profiles to enable starting only
the set of services you want to use. The profiles are:
- **infra**: Starts only the minimal infrastructure to run the example
(Postgresql, pgadmin, Kogito Data Index)
-- **example**: Starts the services in _infra_ profile and the Kogito Example
Service. Requires the example to be compiled using the `container` mvn profile
eg: `mvn cleanp package -Dcontainer`.
-- **full** (default): includes all the above and also starts the **Management
Console**, **Task Console** and a **Keycloak** to handle the consoles
authentication. Requires the example to be compiled using the `container` mvn
profile eg: `mvn cleanp package -Dcontainer`.
+- **example**: Starts the services in _infra_ profile and the Kogito Example
Service. Requires the example to be compiled using the `container` mvn profile
eg: `mvn clean package -Dcontainer`.
+- **full** (default): includes all the above and also starts the **Management
Console**, **Task Console** and a **Keycloak** to handle the consoles
authentication. Requires the example to be compiled using the `container` mvn
profile eg: `mvn clean package -Dcontainer`.
> NOTE: In order to use it, please ensure you have Docker Compose installed on
> your machine, otherwise follow the instructions available
> in [here](https://docs.docker.com/compose/install/).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]