You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: documentation/modules/ROOT/pages/01-setup.adoc
+36-22
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,34 @@ There are several ways to develop on OpenShift Serverless Logic:
8
8
* *Full-fledged local development workstation*: using _Visual Studio Code_ and _Quarkus_.
9
9
10
10
This tutorial suggests the first option to minimize the workstation preparation work.
11
-
The rest of this chapter provides instructions for setting up the _full local development workstation_, and *you can skip it*.
11
+
12
+
== Deploy the supplier microservice
13
+
14
+
As you progress through this tutorial, you'll find out how to call an external OpenAPI, and the following Quarkus project will provide a simple API to call from within the workflow.
Enter in the project folder and start Quarkus in dev mode.
302
-
303
-
[.console-input]
304
-
[source,bash,subs="+macros,+attributes"]
305
-
----
306
-
cd order-swf
307
-
mvn quarkus:dev
308
-
----
322
+
If you are interested in running the workflow within a Quarkus project: please, select another edition of this tutorial for detailed guidance.
309
323
310
-
WARNING: The first time you launch `maven` on this project, it is going to take a considerable amount of time because it has to download all the dependencies from the Internet.
324
+
TIP: At the bottom of the navigation bar, there is a drawer to select the tutorial edition.
0 commit comments