jomarko commented on code in PR #2033:
URL: 
https://github.com/apache/incubator-kie-kogito-examples/pull/2033#discussion_r1836488819


##########
kogito-quarkus-examples/kogito-travel-agency/extended/travels/README.md:
##########
@@ -173,6 +173,12 @@ It will install the *Kogito Realm* that comes with a 
predefined set of users:
 
 Once Keycloak is started, you should be able to access your *Keycloak Server* 
at [localhost:8480/auth](http://localhost:8480/auth) with *admin* user.
 
+### Compile and Start the process
+
+```
+mvn clean package
+java -jar target/quarkus-app/quarkus-run.jar

Review Comment:
   thank you for this additional instruction. It helped me to run the UI 
(localhost:8080), unfortunately, I was not able to see travels in the board, 
once I clicked `Book your trip`, Here is the form screenshot that I submitted.
   
![image](https://github.com/user-attachments/assets/d526cf64-7204-4871-bbe2-ba28faaab6fa)
   



##########
kogito-quarkus-examples/process-usertasks-timer-quarkus-with-console/README.md:
##########
@@ -63,13 +62,13 @@ You should start all the services before you execute any of 
the **Hiring** examp
 3. Run the ```startServices.sh``` script
 
 ```bash
-sh ./startServices.sh
+./startServices.sh
 ```
 
 or
 
 ```bash
-sh ./startServices.sh postgresql
+./startServices.sh postgresql

Review Comment:
   thank you for updates in the README of this project, I was not able to 
finish the steps:
   - `mvn clean install -DskipTests -Ppostgresql` 🆗 
   - `cd docker-compose` 🆗 
   - `./startServices.sh postgresql` 🔴 
   
   getting this error:
   ```
   Script requires your Kogito Quickstart to be compiled
   Project version: 999-SNAPSHOT
   Kogito Image version: main
   Have you compiled the project before with the right profile: ../mvn clean 
install -DskipTests -Ppostgresql
   WARNING: Found orphan containers (grafana, infinispan, prometheus) for this 
project. If you removed or renamed this service in your compose file, you can 
run this command with the --remove-orphans flag to clean it up.
   Creating docker-compose_postgres_1 ... done
   Creating zookeeper                 ... done
   Creating keycloak                  ... done
   Creating docker-compose_pgadmin_1  ... done
   Creating kafka                     ... done
   Creating data-index                ... done
   Creating jobs-service              ... done
   
   ERROR: for management-console  Container "3d084b0c7de2" is unhealthy.
   ERROR: Encountered errors while bringing up the project.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to