Skip to content

Commit fa91b63

Browse files
committed
update tutorial with new repo
1 parent 590bd4e commit fa91b63

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed
-32.7 KB
Binary file not shown.
Loading

tutorials/cp-cf-dev-02-deploy-app/cp-cf-dev-02-deploy-app.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ This tutorial assumes you've completed the [Download and Prepare App for Cloud F
1919

2020
To deploy your sample application on SAP BTP, create a zip file that contains the necessary files.
2121

22-
1. Open the folder `cf-sample-app-nodejs-master` which contains your sample app.
23-
1. Select the entire contents of this folder -- all folders & files -- and add them to a new `hello-nodejs.zip` file.
22+
1. Open the folder `cf-sample-app-nodejs-main` which contains your sample app.
23+
1. Select the entire contents of this folder -- all folders & files -- and add them to a new `hello-nodejs.zip` file (if you're on macOS, you can use the "Compress" feature and then change the filename from `Archive.zip` to `hello-nodejs.zip`).
2424

25-
![Create zip](Create-zip.png)
25+
![Create zip](add-to-archive.png)
2626

27-
> Be sure not to include the containing folder in the zip file -- you must explicitly select only the contents of the `cf-sample-app-nodejs-master` folder and not that folder itself.
27+
> Be sure not to include the containing folder in the zip file -- you must explicitly select only the contents of the `cf-sample-app-nodejs-main` folder and not that folder itself.
2828
2929
[DONE]
3030
[ACCORDION-END]
@@ -50,13 +50,13 @@ Make sure that the **Applications** tab is selected in the navigation menu.
5050

5151
1. Enable **Use Manifest**.
5252

53-
1. Choose **Browse** to select the **`manifest.yml`** file in your **`hello-nodejs`** folder.
53+
1. Choose **Browse** to select the **`manifest.yml`** file (the one that you edited in the previous tutorial) in the same folder.
5454

5555
![Deployment dialog](Deploy-dialog.PNG)
5656

5757
1. Choose **Deploy**.
5858

59-
The application is deployed to SAP BTP and starts automatically. It appears in the list of applications. The requested state is initially red, but turns green if the application starts without problem.
59+
The application is deployed to SAP BTP and starts automatically. It appears in the list of applications and the status will turn green if the application starts without problem.
6060

6161
![Result of started application](Started-app2.PNG)
6262

@@ -85,4 +85,3 @@ At this stage, you have your sample app deployed and running in Cloud Foundry on
8585

8686
---
8787
<p style="text-align: center;"><a href="https://sapinsights.eu.qualtrics.com/jfe/form/SV_0im30RgTkbEEHMV?TutorialID=cp-cf-dev-02-deploy-app&graphics=true" target="_blank"><img src="https://raw.githubusercontent.com/SAPDocuments/Tutorials/master/data/images/285738_Emotion_Faces_R_purple.png"></a></p>
88-

0 commit comments

Comments
 (0)