SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Download and Prepare App for Cloud Foundry Deployment

Download files for a simple app, maintain the deployment descriptor, and bundle everything together ready for deployment.

Overview

🎓 beginner 10 min. SAP Business Technology PlatformBeginnerNode Js

You will learn

  • โœ”What a typical small Node.js app looks like
  • โœ”What a Cloud Foundry deployment descriptor contains
Unknown U Unknown January 15, 2025
Created by September 12, 2018
Contributors

Prerequisites

Steps

Intro

In this tutorial, you’ll download a simple Node.js app from GitHub that returns an index page with various information about itself, in response to an HTTP request. You’ll open up and edit the app’s deployment descriptor, a file containing information about the app, including memory requirements, hostname and more.


Step 1 Find the sample app on GitHub
โ€”

The sample app is available in a repository on GitHub.

Open it up at this URL: https://github.com/SAP-samples/cf-sample-app-nodejs.

Step 2 Download sample files
+
Step 3 Extract sample files
+
Step 4 Open the deployment descriptor
+
Step 5 Ensure your application is available via a unique URL
+

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps
Step 1 of 5
1. Find the sample app on GitHub 2. Download sample files 3. Extract sample files 4. Open the deployment descriptor 5. Ensure your application is available via a unique URL

Learn more →