Skip to content

Commit f84ffba

Browse files
committed
Update quarkus short
1 parent 8ae02f0 commit f84ffba

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

instruqt-tracks/developing-with-quarkus-getting-started-short/01-01-create-project/assignment.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,23 @@ notes:
2929
3030
Application requirements have changed over the last few years. For any application to succeed in the era of big data, IoT or cloud computing, adhering to the principles and practices of the [reactive architecture style](https://developers.redhat.com/coderland/reactive/reactive-intro) is essential.
3131
tabs:
32-
- title: Terminal 1
32+
- id: okl2x8dqg0a4
33+
title: Terminal 1
3334
type: terminal
3435
hostname: crc
3536
cmd: /bin/bash
36-
- title: Visual Editor
37+
- id: bvp06lvwu14j
38+
title: Visual Editor
3739
type: code
3840
hostname: crc
3941
path: /root/projects/quarkus
40-
- title: Terminal 2
42+
- id: sqeayzc3moq6
43+
title: Terminal 2
4144
type: terminal
4245
hostname: crc
4346
cmd: /bin/bash
44-
- title: Dev UI
47+
- id: yavag0uhmvhf
48+
title: Dev UI
4549
type: service
4650
hostname: crc
4751
path: /q/dev
@@ -101,8 +105,11 @@ Click the **Visual Editor** tab in the horizontal menu bar over the terminal win
101105

102106
In case you don't see the subdirectories under the */root/projects/quarkus* directory, click on the reload icon.
103107

108+
Make sure to replace `YOUR_SANDBOX_ID` with the sandbox ID from the ROUTE URL.
109+
104110
```
105111
%dev.quarkus.dev-ui.cors.enabled=false
112+
%dev.quarkus.dev-ui.hosts=crc-8080-${INSTRUQT_PARTICIPANT_ID}.env.play.instruqt.com
106113
```
107114

108115
![add-to-cors](../assets/add-to-cors.png)
@@ -117,7 +124,7 @@ You are ready to run the Quarkus application
117124
mvn quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true -f /root/projects/quarkus/getting-started
118125
```
119126

120-
There will be a lot of output to the screen. When the process is finished running, you will see the following:
127+
There will be a lot of output to the screen. When the process is finished running, you will see the following:
121128

122129
```
123130
Listening for transport dt_socket at address: 5005
@@ -164,7 +171,7 @@ Let's take a look.
164171

165172
----
166173

167-
You are going to change the output of the **Hello App** API application from `Hello from Quarkus REST` to `Hola from Quarkus RESTe` by doing nothing more than changing one line of code. Quarkus will take care of everything else.
174+
You are going to change the output of the **Hello App** API application from `Hello from Quarkus REST` to `Hola from Quarkus REST` by doing nothing more than changing one line of code. Quarkus will take care of everything else.
168175

169176
----
170177

instruqt-tracks/developing-with-quarkus-getting-started-short/track.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,16 @@ tags:
4747
- prod
4848
owner: openshift
4949
developers:
50-
5150
51+
5252
5353
lab_config:
5454
overlay: false
55-
width: 25
56-
position: right
55+
width: 0
56+
position: ""
5757
feedback_recap_enabled: true
5858
loadingMessages: true
59-
checksum: "15033171755013472059"
59+
hideStopButton: false
60+
default_layout: AssignmentRight
61+
default_layout_sidebar_size: 25
62+
checksum: "8032810536029513147"

0 commit comments

Comments
 (0)