Skip to content

Commit 3f97ef2

Browse files
Improvement suggestions (#395)
The PR contains some improvement suggestions. 1. Adds the missing dev-dependency to @sap/cds-dk in the db module. This fixes a problem that causes the build command to fail with `could not determine executable to run` 2. Adds more details about the route mapping to the README --------- Co-authored-by: Markus Ofterdinger <[email protected]>
1 parent 49ed638 commit 3f97ef2

File tree

3 files changed

+2656
-0
lines changed

3 files changed

+2656
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ Deploy as Multitenant Application:
238238
- Run `cf deploy mta_archives/bookshop-mt_1.0.0.mtar`
239239
- Go to another subaccount in your global account, under subscriptions and subscribe to the application you deployed.
240240
- Run `cf map-route bookshop-mt-app <YOUR DOMAIN> --hostname <SUBSCRIBER TENANT>-<ORG>-<SPACE>-bookshop-mt-app` or create and bind the route manually.
241+
- `<YOUR DOMAIN>`: Find the app domain for your landscape by executing `cf domains`. It commonly starts with `cfapps.`.
242+
- `<SUBSCRIBER TENANT>`: The subdomain of the subscriber subaccount. You can find this info in the subaccount overview.
241243

242244
> [!NOTE]
243245
> Please note that the route length is limited to 63 characters and can easily be exceeded. So keeping the app name and sub-account subdomain as short as possible will help you stay within length.

0 commit comments

Comments
 (0)