Skip to content

Latest commit

 

History

History
 
 

basic-codeJam

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Mini CodeJam - 1 hour

This tutorial shows how to:

  • get access to SAP Cloud Platform Cloud Foundry Environment trial
  • work with your Cloud Foundry Environment trial using the SAP Cloud Platform cockpit and Cloud Foundry CLI
  • use basic concepts of Cloud Foundry Environment, like backing services,
  • use application frameworks like Spring and Spring Boot to efficiently develop microservices.

Exercises

1️⃣ Register for Trial Account

In this exercise, you will sign up for a free SAP Cloud Platform Cloud Foundry Environment trial account which you can use to deploy and run the application. register

2️⃣ Setup your Cloud Foundry Environment

You will get familiar with the cockpit: create account

3️⃣ Deploy and Launch

Deploy your first Node.js application to the cloud: deploy

4️⃣ Start and Stop

In this exercise, you will get familiar with two basic operations: basic ops

5️⃣ Scaling

Learn how to scale horizontally and/or vertically your application: scale

6️⃣ Check Resource

Check resources consumed by you application : check res

7️⃣ Logs

Get familiar on how to check your app's logs: logs

8️⃣ Bind Service

In this step, you will learn how to bind a service to your application: bind

9️⃣ Blue-Green Deployment

Reducing downtime is important. Learn how to achieve that with the "blue green" deployment approach: blue-green