From f4f41aca52ac3c986fd1b64a45f7e77f377c130e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BChl?= Date: Tue, 11 Feb 2020 16:43:20 +0100 Subject: [PATCH] Update README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 035f076c..27f78fba 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,23 @@ cds #> test-run it ``` Got issues? Check out the [documentation](https://cap.cloud.sap/docs/get-started/). +#### Install `passport` for the usage of XSUAA +cds compile srv/ --to xsuaa > xs-security.json +```sh +npm i -g lerna +lerna clean -y +rm -rf ../../node_modules +lerna bootstrap --hoist +``` + +#### Create `xs-security.json` +```sh +cds compile srv/ --to xsuaa > xs-security.json +``` + +#### Deploy to Cloud Foundry +Please see the description of branch week3-unit4 + #### Clone and build the application `git clone https://github.com/SAP-samples/cloud-cap-samples samples && cd samples && npm i`