Skip to content

Commit 52e2d27

Browse files
committed
bug workaround and project creation
1 parent 0a6bbca commit 52e2d27

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Loading

documentation/modules/ROOT/pages/02-startup-project.adoc

+8
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ image::02_try_openshift.png[try openshift]
8585

8686
... *Open* the OpenShift console in a different browser window.
8787

88+
... *Create* a new project named as your userid (e.g. `userX`)
89+
+
90+
image::02_create_project.png[oc command]
91+
8892
... In the top right corner *select* the _username_ and the `Copy login command` entry.
8993
+
9094
image::02_oc_command.png[oc command]
@@ -105,6 +109,8 @@ oc login --token=sha256~VPMhRtYqHghxlRLWD5X92lg3ZIxr0V7dYYcP5DWxJq4 --server=htt
105109
+
106110
image::02_dev-mode.png[]
107111

112+
... *Select* `Insecurely disable TLS certificate validation`
113+
108114
... Finally, *select* the `Connect` button, you should see the following confirmation message:
109115
+
110116
image::02_connection_ok.png[connection ok]
@@ -126,6 +132,8 @@ image::02_upload.png[upload]
126132
. Wait for the confirmation message and *select* `Go to Serverless Workflow Dev UI ↗` to open the _Dev UI_ in a new browser tab.
127133
+
128134
image::02_devui.png[Dev UI]
135+
+
136+
WARNING: At time of writing a bug affect the link (it shows you an error page). To work around this issue: append the following subpath to the URL: `/q/dev-ui/org.apache.kie.sonataflow.sonataflow-quarkus-devui/workflows`
129137

130138
From *Dev UI* you can trigger a new workflow instance and inspect its execution:
131139

0 commit comments

Comments
 (0)