From cc0be09341e86e206410bed30bd1d01e07a27a40 Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Tue, 7 Apr 2020 13:58:59 +0200 Subject: [PATCH] Add CF login instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6edc5e29..15c1cd64 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,16 @@ In the `cloud-cap-samples` folder run: npm install ``` +### Cloud Foundry Login +This is required later in the demo. In Studio's terminal, execute: +```sh +cf login +``` +As input, provide +- The Cloud Foundry API endpoint, which is usally `https://api.cf.eu10.hana.ondemand.com`. It can be obtained from the Overview page of your Subaccount in Cloud Cockpit. +- Your user's email address and password +- The name of your trial organization and space + ## Run Now you're ready to run the samples, for example: