Skip to content

Commit

Permalink
Merge pull request #147 from SAP-samples/hterminasyan-patch-3
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
hterminasyan committed Feb 28, 2024
2 parents 508220c + d35c3a7 commit 6497883
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tutorials/06_deploycapapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Deploy a ready-to-use Node.js application utilizing the SAP Cloud Application Pr

> If you're curious about what the npm script is doing, take a look at the package.json file in the root of your project. Specifically, check line 74 of the [package.json](../../package.json#L74) file.
19. Deploy the application to SAP BTP, Cloud Foundry Runtime by executing the following command in the root directory of your project in the terminal:
18. Deploy the application to SAP BTP, Cloud Foundry Runtime by executing the following command in the root directory of your project in the terminal:

If you want to deploy it to the SAP BTP, Cloud Foundry Runtime in the trial environment:
```
Expand All @@ -109,13 +109,13 @@ Deploy a ready-to-use Node.js application utilizing the SAP Cloud Application Pr

![Deployment completed message](./images/deployment_completed.png)

20. Verify the result of the recent deployment using the [SAP BTP Cockpit](https://cockpit.eu10.hana.ondemand.com/cockpit/). Navigate to the subaccount and open the **HTML Applications** menu and check if the Frontend (as in the SAP Fiori Elements application) was deployed to the HTML5 Application repository. This was succesful, once the following entry in the list appears:
19. Verify the result of the recent deployment using the [SAP BTP Cockpit](https://cockpit.eu10.hana.ondemand.com/cockpit/). Navigate to the subaccount and open the **HTML Applications** menu and check if the Frontend (as in the SAP Fiori Elements application) was deployed to the HTML5 Application repository. This was succesful, once the following entry in the list appears:
![HTML5 Application repository completed message](./images/html5_app.png)

21. To ensure that the backend was also deployed successfully, go to **Cloud Foundry > Spaces** and select the Cloud Foundry space that you have chosen as the deployment target in the SAP Business Application Studio.
20. To ensure that the backend was also deployed successfully, go to **Cloud Foundry > Spaces** and select the Cloud Foundry space that you have chosen as the deployment target in the SAP Business Application Studio.
![Space Navigation](./images/open_space.png)

22. The list of apps should contain 2 entries:
21. The list of apps should contain 2 entries:
- **BPVerification-db-deployer:** This app is on purpose in state **Stopped** as this is a Cloud Foundry task that only runs once to deploy the database artefacts to SAP HANA Cloud.
- **BPVerification-srv:** This is the app built with the SAP Cloud Application Programming Model (CAP) that serves as the backend for the SAP Fiori Elements frontend. The state has to be **Started**.
![List of applications](./images/app_state.png)
Expand Down

0 comments on commit 6497883

Please sign in to comment.