ljmotta commented on code in PR #2033: URL: https://github.com/apache/incubator-kie-kogito-examples/pull/2033#discussion_r1880740211
########## 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: It looks like the example is very outdated using the old `quay.io` images. Currently we should use the `docker.io/apache` images. Additionally, I'm not sure why the example isn't working, it would take further debugging that is out of the scope of this PR. I'll create a new issues to tackle these problems. - https://github.com/apache/incubator-kie-issues/issues/1702 - https://github.com/apache/incubator-kie-issues/issues/1703 -- 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]
