SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Deploy an App to SAP BTP, Cloud Foundry runtime

Use SAP BTP cockpit to deploy an app to the Cloud Foundry runtime, then explore what was deployed and created.

Overview

You will learn

  • How to deploy an app to the SAP BTP, Cloud Foundry runtime using the cockpit
  • What is created when an app is deployed

More from Thomas Jung

See all 228 tutorials by Thomas Jung →

Prerequisites

Steps

Intro

This tutorial assumes you’ve completed the Download and Prepare App for Cloud Foundry Deployment tutorial, where you should have a folder containing a sample Node.js app with a deployment descriptor file. You’re going to package the app and deploy it directly from your machine using a feature in the SAP BTP cockpit itself.


Step 1 Package the app up

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

  1. Open the folder cf-sample-app-nodejs-main which contains your sample app.
  2. 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).

Create zip
Create zip

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.

Step 2 Go to your dev space on SAP BTP
+
Step 3 Deploy the sample application
+
Step 4 Explore the deployed app
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 4
1. Package the app up 2. Go to your dev space on SAP BTP 3. Deploy the sample application 4. Explore the deployed app
Next