Added info on the usage of Windows Powershell

There is a known encoding issue with Windows Powershell that leads to the xs-security.json to not be accepted when creating the xsuaa service instance.
This commit is contained in:
Dominik Nehse
2020-02-26 15:50:05 +01:00
committed by Christian Georgi
parent 2d7630449c
commit 3b818b18c1

View File

@@ -42,6 +42,8 @@ lerna bootstrap --hoist
cds compile srv/ --to xsuaa > xs-security.json
```
There is a known encoding issue when using Windows Powershell, please have a look at the [CAP documentation](https://cap.cloud.sap/docs/advanced/troubleshooting#pws-encoding).
#### Deploy to Cloud Foundry
Please see the description of branch week3-unit4