Deploy Your Node.js App with the Cloud Foundry CLI
January 27, 2021
Beginner
5 min.
Prepare your Node.js app to be deployed to the SAP BTP, Cloud Foundry environment with the Cloud Foundry command line interface.
You will learn
- Which metadata needs to be specified to deploy the
Node.js
app to SAP Business Technology Platform, Cloud Foundry environment - How to check whether the application has successfully been deployed
Prerequisites
- A text editor (e.g., Notepad, Atom, Sublime)
- Tutorials: Install the Cloud Foundry Command Line Interface (CLI)
- Tutorials: Learn the Fundamentals of the SAP Business Technology Platform, Cloud Foundry environment
- A
Node.js
app, like the one described in Create a Basic Node.js App.
Step 1: Create the manifest file
Step 2: Push the app to your SAP BTP, Cloud Foundry environment space
Step 3: Figure out the application URL