Skip to content

Commit 31566d3

Browse files
update readme
1 parent f413690 commit 31566d3

File tree

1 file changed

+17
-18
lines changed
  • managed-html5-runtime-fiori-launchpad-mta

1 file changed

+17
-18
lines changed

managed-html5-runtime-fiori-launchpad-mta/readme.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Description
99

10-
This is an example of an SAP Fiori app ([HTML5Module1](./HTML5Module1/) that is configured to run with the managed application router. The app is exposed to SAP Build Work Zone, standard edition and is visible in the content manager of the launchpad. The app is deployed to the HTML5 Application Repository via the Cloud Foundry environment and uses the Authentication & Authorization (XSUAA) and the destination service. It consumes the public [Northwind OData service](https://services.odata.org/v2/Northwind/Northwind.svc) - to use instead a CAP service with required authentication have look at [optional-self-hosted-backend](../optional-self-hosted-backend/).
10+
This is an example of an SAP Fiori app ([HTML5Module](./HTML5Module/) that is configured to run with the managed application router. The app is exposed to SAP Build Work Zone, standard edition and is visible in the content manager of the launchpad. The app is deployed to the HTML5 Application Repository via the Cloud Foundry environment and uses the Authentication & Authorization (XSUAA) and the destination service. It consumes the public [Northwind OData service](https://services.odata.org/v2/Northwind/Northwind.svc) - to use instead a CAP service with required authentication have look at [optional-self-hosted-backend](../optional-self-hosted-backend/).
1111

1212
## Download and Deployment
1313
1. Subscribe to the [SAP Build Work Zone, standard edition](https://developers.sap.com/tutorials/cp-portal-cloud-foundry-getting-started.html) if you haven't done so before.
@@ -23,52 +23,51 @@ This is an example of an SAP Fiori app ([HTML5Module1](./HTML5Module1/) that is
2323
```
2424
4. Deploy the project:
2525
```
26-
npm run deploy:cf
26+
npm run deploy
2727
```
2828
or
2929
```
30-
cf deploy mta_archives/managed-fiori_1.0.0.mtar
30+
cf deploy mta_archives/managed-html5-runtime-fiori-launchpad-mta.mtar
3131
```
3232
5. List the deployed HTML5 apps:
3333
```
34-
cf html5-list -di managed-fiori-destination -u --runtime launchpad
34+
cf html5-list -di sample-manage-products-destination -u --runtime launchpad
3535
```
3636
3737
> Use the following command in case you use the Portal service
3838
>
39-
> `cf html5-list -di managed-fiori-destination -u --runtime cpp`
39+
> `cf html5-list -di sample-manage-products-destination -u --runtime cpp`
4040
4141
4242
## Check the Result
4343
4444
### List the Deployed HTML5 Apps
4545
```
46-
$ cf html5-list -di managed-fiori-destination -u --runtime launchpad
47-
Getting list of HTML5 applications in org [cf-org-name] / space dev as firstname.lastname@domain.com...
46+
$ cf html5-list -di sample-manage-products-destination -u --runtime launchpad
47+
Getting list of HTML5 applications available via destinations in org e983544etrial / space dev as nicolai.schoenteich@sap.com...
4848
OK
4949

50-
name version app-host-id service name destination name last changed url
51-
comsapfioriapp 1.0.0 b14e8922-77d3-42bf-8de0-2d9e8aa2c793 cloud.service managed-fiori-destination-html5 Mon, 27 Mar 2023 11:20:17 GMT https://nicolai-geburek-c8wbb6sc.launchpad.cfapps.eu10.hana.ondemand.com/97e830d3-6bc6-413a-9408-17a44bbaa3f7.cloudservice.comsapfioriapp-1.0.0/
50+
name version app-host-id service name destination name destination service name last changed url
51+
samplemanageproductsfiorilaunchpadmta 0.0.1 e436f722-995c-4e5e-86ce-fab1b1138738 multi-cloud-html5-apps-samples sample-manage-products-destination-html5 sample-manage-products-destination Wed, 30 Apr 2025 12:57:18 GMT https://e983544etrial.launchpad.cfapps.us10.hana.ondemand.com/41648f37-046e-40cb-9537-88d604988f21.multi-cloud-html5-apps-samples.samplemanageproductsfiorilaunchpadmta-0.0.1/
5252
```
5353
54-
> You need to substitute `cpp` with `launchpad`, in case you use the Launchpad service (instead of the Portal service).
55-
5654
### List the Deployed MTA
5755
5856
```
59-
$ cf mta managed-fiori
60-
Showing health and status for multi-target app hello-world in org [cf-org-name] / space dev as firstname.lastname@domain.com...
57+
$ cf mta sample-manage-products-fiori-launchpad-mta
58+
Showing health and status for multi-target app sample-manage-products-fiori-launchpad-mta in org e983544etrial / space dev as nicolai.schoenteich@sap.com...
6159
OK
6260
Version: 1.0.0
61+
Namespace:
6362

6463
Apps:
65-
name requested state instances memory disk urls
64+
name requested state instances memory disk urls
6665

6766
Services:
68-
name service plan bound apps last operation
69-
managed-launchpad-destination destination lite update succeeded
70-
managed-launchpad-html5-repo-host html5-apps-repo app-host update succeeded
71-
managed-launchpad-uaa xsuaa application update succeeded
67+
name service plan bound apps last operation
68+
sample-manage-products-html5-repo-host html5-apps-repo app-host create succeeded
69+
sample-manage-products-destination destination lite create succeeded
70+
sample-manage-products-auth xsuaa application create succeeded
7271
```
7372
7473

0 commit comments

Comments
 (0)