Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 123449b

Browse files
committed
make paths and fstab generic again
1 parent b15ec13 commit 123449b

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WIP: Crosswalk + Adobe Commerce Boilerplate
1+
# Edge Delivery Services with AEM Authoring Boilerplate for Commerce
22
This project boilerplate is for AEM Authoring with Edge Delivery Services (aka Crosswalk) projects that integrate with Adobe Commerce.
33

44
## Documentation
@@ -59,7 +59,7 @@ See also [Developer Tutorial](https://experienceleague.adobe.com/en/docs/experie
5959
1. Create a new repository based on the `aem-boilerplate-xwalk-commerce` template
6060
2. Install all dependencies using `npm i`.
6161
3. Add the [AEM Code Sync GitHub App](https://github.com/apps/aem-code-sync) to the repository, so your code changes get synced with EDS.
62-
5. [todo] create a new site in AEM using the site template XXX
63-
4. Update the mountpoint in `fstab.yaml`
64-
5. Update the path mappings in `paths.json`
65-
6. Update your Adobe Commerce SaaS configuration in the `configuration` sheet in your AEM site.
62+
4. Create a new site in AEM using the [site template](https://github.com/adobe-rnd/aem-boilerplate-xcom/releases) provided with the boilerplate release
63+
5. Update the mountpoint in `fstab.yaml`
64+
6. Update the path mappings in `paths.json`
65+
7. Update your Adobe Commerce SaaS configuration in the `configuration` sheet in your AEM site.

fstab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mountpoints:
22
/:
3-
url: "https://author-p130360-e1272151.adobeaemcloud.com/bin/franklin.delivery/adobe-rnd/aem-boilerplate-xcom/main"
3+
url: "https://author-p<programId>-e<environmentId>.adobeaemcloud.com/bin/franklin.delivery/<githubOrg>/<repo>/main"
44
type: "markup"
55
suffix: ".html"
66
folders:

paths.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"mappings": [
3-
"/content/xwalk-commerce/:/",
4-
"/content/xwalk-commerce/configuration:/.helix/config.json",
5-
"/content/xwalk-commerce/headers:/.helix/headers.json",
6-
"/content/xwalk-commerce/metadata:/metadata.json",
7-
"/content/xwalk-commerce/placeholders:/placeholders.json",
8-
"/content/xwalk-commerce/configs:/configs.json",
9-
"/content/xwalk-commerce/configs-dev:/configs-dev.json",
10-
"/content/xwalk-commerce/configs-stage:/configs-stage.json",
11-
"/content/xwalk-commerce.resource/enrichment/enrichment.json:/enrichment/enrichment.json"
3+
"/content/<sitename>/:/",
4+
"/content/<sitename>/configuration:/.helix/config.json",
5+
"/content/<sitename>/headers:/.helix/headers.json",
6+
"/content/<sitename>/metadata:/metadata.json",
7+
"/content/<sitename>/placeholders:/placeholders.json",
8+
"/content/<sitename>/configs:/configs.json",
9+
"/content/<sitename>/configs-dev:/configs-dev.json",
10+
"/content/<sitename>/configs-stage:/configs-stage.json",
11+
"/content/<sitename>.resource/enrichment/enrichment.json:/enrichment/enrichment.json"
1212
],
1313
"includes": [
14-
"/content/xwalk-commerce/"
14+
"/content/<sitename>/"
1515
]
1616
}

0 commit comments

Comments
 (0)