Add CF login instructions

This commit is contained in:
Christian Georgi
2020-04-07 13:58:59 +02:00
committed by GitHub
parent 175a183f27
commit cc0be09341

View File

@@ -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: