cleanup readme
This commit is contained in:
@@ -8,14 +8,6 @@ is replicated into a local database. To keep data in sync, an event handler
|
||||
is registered listening to all changes of business partners updating the
|
||||
local database table.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
### S/4HANA Cloud System (Non-Mock Case)
|
||||
To run your app in non-mock mode you need an S/4HANA Cloud system and connect it to your SAP Cloud Platform. You can use the
|
||||
[SAP Cloud Platform Extension Factory](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/346864df64f24011b49abee07bbd79af.html) to automate parts of this task. You need to enable synchronous APIs as well as events that are sent whenever business partners are changed.
|
||||
|
||||
To run the app locally, you need to create a `default-env.json` file in the `bookshop` folder containing the binding information (credentials of Enterprise Messaging as well as the destination to the business-partner service).
|
||||
|
||||
|
||||
## Running With Mocks
|
||||
Just execute the following command in the `bookshop` folder.
|
||||
@@ -23,7 +15,15 @@ Just execute the following command in the `bookshop` folder.
|
||||
cds run --in-memory --with-mocks
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Running With an S/4HANA Backend
|
||||
|
||||
To run your app in non-mock mode you need an S/4HANA Cloud system and connect it to your SAP Cloud Platform. You can use the
|
||||
[SAP Cloud Platform Extension Factory](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/346864df64f24011b49abee07bbd79af.html) to automate parts of this task. You need to enable synchronous APIs as well as events that are sent whenever business partners are changed.
|
||||
|
||||
To run the app locally, you need to create a `default-env.json` file in the `bookshop` folder containing the binding information (credentials of Enterprise Messaging as well as the destination to the business-partner service).
|
||||
|
||||
Provide the credentials in the `cds.requires` section of the `package.json` file in the `bookshop` folder, e.g.
|
||||
|
||||
```json
|
||||
|
||||
Reference in New Issue
Block a user