You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/cp-cf-dev-02-deploy-app/cp-cf-dev-02-deploy-app.md
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,12 @@ This tutorial assumes you've completed the [Download and Prepare App for Cloud F
19
19
20
20
To deploy your sample application on SAP BTP, create a zip file that contains the necessary files.
21
21
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`).
24
24
25
-

25
+

26
26
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.
28
28
29
29
[DONE]
30
30
[ACCORDION-END]
@@ -50,13 +50,13 @@ Make sure that the **Applications** tab is selected in the navigation menu.
50
50
51
51
1. Enable **Use Manifest**.
52
52
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.
54
54
55
55

56
56
57
57
1. Choose **Deploy**.
58
58
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.
60
60
61
61

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