You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: from-zero-to-cap-on-kyma/README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Using this sample, you start from scratch to deploy a [CAP](https://cap.cloud.sa
21
21
-[NodeJS 20 or higher](https://nodejs.org/en/download/)
22
22
-[SAP CAP](../prerequisites/README.md#sap-cap)
23
23
- SAP Hana Cloud Instance
24
+
- Entitlement for `hdi-shared` plan for Hana cloud service in your SAP BTP subaccount.
24
25
-[SAP Hana Cloud Instance mapped to Kyma](https://blogs.sap.com/2022/12/15/consuming-sap-hana-cloud-from-the-kyma-environment/)
25
26
26
27
## CAP Application
@@ -68,7 +69,7 @@ Using this sample, you start from scratch to deploy a [CAP](https://cap.cloud.sa
68
69
```
69
70
70
71
> [!Note]
71
-
> The standalone Application Router is used to simplify the setup and **is not a must**. It should be also possible to use the managed approuter because your CAP APIs are exposed via Fiori or UI5 applications and accessed using workzone.
72
+
> The standalone Application Router is used to simplify the setup and **is not a must**. It should also be possible to use the managed approuter because your CAP APIs are exposed via Fiori or UI5 applications and accessed using workzone.
72
73
73
74
### Configuring Environment Variables
74
75
@@ -112,8 +113,12 @@ Using this sample, you start from scratch to deploy a [CAP](https://cap.cloud.sa
112
113
```
113
114
114
115
3. Enable Istio injection for the namespace. Set the kubeconfig context to point to the namespace and create the Docker image pull Secret.
115
-
116
-
> Note: You will need a Docker API Key so that Kubernetes can pull the Docker images from your Docker account.
116
+
117
+
> [!Note]
118
+
> - You will need a Docker API Key so that Kubernetes can pull the Docker images from your Docker account.
119
+
> - `docker server` could be e.g. `https://index.docker.io/v1/` or your private docker registry server. **For this example, you may use the public Docker registry. However the recommended approach is to use a private Docker registry**.
120
+
> - `docker user` is the username of your docker registry account.
121
+
> - `docker password` is the API Key of your docker registry account.
Copy file name to clipboardExpand all lines: from-zero-to-cap-on-kyma/the-detailed-path.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Using this sample, you start from scratch to deploy a [CAP](https://cap.cloud.sa
21
21
-[NodeJS 20 or higher](https://nodejs.org/en/download/)
22
22
-[SAP CAP](../prerequisites/README.md#sap-cap)
23
23
- SAP Hana Cloud Instance
24
+
- Entitlement for `hdi-shared` plan for Hana cloud service in your SAP BTP subaccount.
24
25
-[SAP Hana Cloud Instance mapped to Kyma](https://blogs.sap.com/2022/12/15/consuming-sap-hana-cloud-from-the-kyma-environment/)
25
26
26
27
## Initializing CAP Application
@@ -35,8 +36,8 @@ Using this sample, you start from scratch to deploy a [CAP](https://cap.cloud.sa
35
36
- Data model defined in [./bookshop/db/schema.cds](./bookshop/db/schema.cds). <!-- markdown-link-check-disable-line -->
36
37
- CDS defined in [./bookshop/srv/cat-service.cds](./bookshop/srv/cat-service.cds). <!-- markdown-link-check-disable-line -->
37
38
38
-
> [!NOTE]
39
-
> CAP promotes getting started with minimal upfront setup, based on convention over configuration, and a grow-as-you-go approach, adding settings and tools later on, only when you need them. For more information, see [Introduction to CAP](https://cap.cloud.sap/docs/about/).
39
+
> [!NOTE]
40
+
> CAP promotes getting started with minimal upfront setup, based on convention over configuration, and a grow-as-you-go approach, adding settings and tools later on, only when you need them. For more information, see [Introduction to CAP](https://cap.cloud.sap/docs/about/).
40
41
41
42
2. Run the application locally
42
43
@@ -117,7 +118,11 @@ Using this sample, you start from scratch to deploy a [CAP](https://cap.cloud.sa
117
118
118
119
3. Enable Istio injection for the namespace. Set the kubeconfig context to point to the namespace and create the Docker image pull Secret.
119
120
120
-
> Note: You will need a Docker API Key so that Kubernetes can pull the Docker images from your Docker account.
121
+
> [!Note]
122
+
> - You will need a Docker API Key so that Kubernetes can pull the Docker images from your Docker account.
123
+
> - `docker server` could be e.g. `https://index.docker.io/v1/` or your private docker registry server. **For this example, you may use the public Docker registry. However the recommended approach is to use a private Docker registry**.
124
+
> - `docker user` is the username of your docker registry account.
125
+
> - `docker password` is the API Key of your docker registry account.
0 commit comments