Skip to content

Commit 9e18092

Browse files
committed
XSA HTML5 basic beginner reformat comment and validation fix
1 parent e8a981a commit 9e18092

1 file changed

Lines changed: 13 additions & 15 deletions

File tree

tutorials/xsa-html5-module/xsa-html5-module.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You will learn how to create an HTML5 endpoint with authentication using the Use
2424

2525
[ACCORDION-BEGIN [Step 1: ](Add the HTML5 Module in your existing MTA project)]
2626

27-
> ***What is a Multi-Target Application?***: The XS Advanced application platform is based on >Cloud Foundry, an open-source platform that provides a layer of abstraction between your application and the underlying infrastructure. This is useful because it allows you to deploy the same application in different cloud providers. Cloud Foundry allows for a micro-service approach. A Multi-Target Application allows you to bundle all the different micro-services conforming `your business application into the same lifecycle`. For more information about multi-target applications (MTA), refer to [this blog post](https://blogs.sap.com/2017/09/05/xs-advanced-for-not-so-dummies-pt-2-multi-target-applications/).
27+
> ***What is a Multi-Target Application?***: The XS Advanced application platform is based on Cloud Foundry, an open-source platform that provides a layer of abstraction between your application and the underlying infrastructure. This is useful because it allows you to deploy the same application in different cloud providers. Cloud Foundry allows for a micro-service approach. A Multi-Target Application allows you to bundle all the different micro-services conforming `your business application into the same lifecycle`. For more information about multi-target applications (MTA), refer to [this blog post](https://blogs.sap.com/2017/09/05/xs-advanced-for-not-so-dummies-pt-2-multi-target-applications/).
2828
2929
Begin by right-clicking on your project and then choosing `New -> HTML5 Module`
3030

@@ -77,26 +77,25 @@ Click **Finish** and you will see your instance is created.
7777

7878
Alternatively, if you do not have the XS Advanced Cockpit in your server, you can use the Command Line Interface:
7979

80-
- This can be downloaded from the SAP HANA Developer Edition directly, using the Download Manager and choosing "Clients" from the [SAP HANA, Express Edition, getting started](https://www.sap.com/developer/topics/sap-hana-express.html) or via the [SAP Service Marketplace](https://websmp208.sap-ag.de/~SAPIDP/002006825000000234912001E)
80+
This can be downloaded from the SAP HANA Developer Edition directly, using the Download Manager and choosing "Clients" from the [SAP HANA, Express Edition, getting started](https://www.sap.com/developer/topics/sap-hana-express.html) or via the [SAP Service Marketplace](https://websmp208.sap-ag.de/~SAPIDP/002006825000000234912001E)
8181

82-
```
83-
xs login -a http://<hostname>:3XX30 -o HANAExpress -s development -u XSA_ADMIN
84-
```
85-
86-
If you are not using HANA Express, change the organization (`HANAExpress`), space (`development`) and user (`XSA_DEV`) accordingly. The API endpoint may also be different.
82+
```
83+
xs login -a http://<hostname>:3XX30 -o HANAExpress -s development -u XSA_ADMIN
84+
```
8785

88-
The space has to match the space that was setup in the Project Settings. You can check it by right-clicking on the repository folder and opening "Project Settings"
86+
If you are not using HANA Express, change the organization (`HANAExpress`), space (`development`) and user (`XSA_DEV`) accordingly. The API endpoint may also be different.
8987

88+
The space has to match the space that was setup in the Project Settings. You can check it by right-clicking on the repository folder and opening "Project Settings"
9089

91-
![Command line XS Login](5.png)
92-
To create the UAA service issue the following command:
90+
![Command line XS Login](5.png)
9391

94-
```
95-
xs create-service xsuaa space APP_UAA
92+
To create the UAA service issue the following command:
9693

97-
```
94+
```
95+
xs create-service xsuaa space APP_UAA
96+
```
9897

99-
![Command line UAA](6.png)
98+
![Command line UAA](6.png)
10099

101100
[DONE]
102101

@@ -134,7 +133,6 @@ Open the `Code Editor` tab in the bottom to see the actual contents of the `mta
134133
![Code Editor](4_5.png)
135134

136135
[DONE]
137-
138136
[ACCORDION-END]
139137

140138

0 commit comments

Comments
 (0)