File tree 2 files changed +12
-6
lines changed
managed-html5-runtime-basic-mta
managed-html5-runtime-fiori-mta
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,19 @@ This is an example of an HTML5 app that is accessed by a managed application rou
27
27
```
28
28
5. See the URL of the web app:
29
29
```
30
- cf html5-list -di hello-world-destination-service -u
30
+ cf html5-list -di hello-world-destination-service -u --runtime launchpad
31
31
```
32
32
33
- > You need to substitute `cpp` with `launchpad`, in case you use the Launchpad service (instead of the Portal service).
33
+ > Use the following command in case you use the Portal service
34
+ >
35
+ > `cf html5-list -di hello-world-destination-service -u --runtime cpp`
36
+
34
37
35
38
## Check the Result
36
39
37
40
### List the Deployed HTML5 Apps
38
41
```
39
- $ cf html5-list -di hello-world-destination-service -u
42
+ $ cf html5-list -di hello-world-destination-service -u --runtime launchpad
40
43
Getting list of HTML5 applications in org 9f10ed8atrial / space dev as
[email protected] ...
41
44
OK
42
45
Original file line number Diff line number Diff line change @@ -53,16 +53,19 @@ The web app that is contained in the `uimodule.zip` defines the following proper
53
53
```
54
54
5. See the URL of the web app:
55
55
```
56
- cf html5-list -di managed-fiori-destination -u
56
+ cf html5-list -di managed-fiori-destination -u --runtime launchpad
57
57
```
58
58
59
- > You need to substitute `cpp` with `launchpad`, in case you use the Launchpad service (instead of the Portal service).
59
+ > Use the following command in case you use the Portal service
60
+ >
61
+ > `cf html5-list -di managed-fiori-destination -u --runtime cpp`
62
+
60
63
61
64
## Check the Result
62
65
63
66
### List the Deployed HTML5 Apps
64
67
```
65
- $ cf html5-list -di managed-fiori-destination -u
68
+ $ cf html5-list -di managed-fiori-destination -u --runtime launchpad-u
66
69
Getting list of HTML5 applications in org 9f10ed8atrial / space dev as
[email protected] ...
67
70
OK
68
71
You can’t perform that action at this time.
0 commit comments