File tree Expand file tree Collapse file tree
frontend/packages/dev-console/integration-tests/testData/quick-start Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,17 +11,36 @@ spec:
1111 - description : >
1212 ### Create a Project
1313
14- Execute `oc new-project sample-sclorg-app`{{execute}} command to create
15- a new project
14+ Execute
15+
16+
17+ ```
18+
19+ oc new-project sample-sclorg-app
20+
21+ ```{{execute}}
22+ command to create a new project
1623
1724
1825 In next step we will create a resource using
1926 `https://github.com/sclorg/ruby-ex.git`{{copy}}
2027
2128
22- Deploy app using commad `oc new-app
23- ruby~https://github.com/sclorg/ruby-ex.git`{{execute}}
29+ Deploy app using commad
30+
31+
32+ ```
33+
34+ oc new-app ruby~https://github.com/sclorg/ruby-ex.git
35+
36+ ```{{execute}}
37+
38+ Expose route using
39+
40+
41+ ```
2442
43+ oc expose svc/ruby-ex
2544
26- Expose route using `oc expose svc/ruby-ex `{{execute}}
45+ `` `{{execute}}
2746 title: Create Ruby App
You can’t perform that action at this time.
0 commit comments