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.
You will learn
- What a typical small Node.js app looks like
- What a Cloud Foundry deployment descriptor contains
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.