Skip to content

Commit da01f4e

Browse files
authored
Update prerequisites and setup instructions in README
Added requirement for AEM Edge Delivery Services organization and clarified the use of auth_token for helix org admin in setup instructions.
1 parent 484decf commit da01f4e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Before you begin, make sure you have:
3232
* **Adobe I/O App Builder CLI** (`aio`) - [Installation guide](https://developer.adobe.com/app-builder/docs/getting_started/first_app/#1-install-aio-cli)
3333
* **Developer or System Administrator role** in your Adobe IMS organization to manage Developer Console projects and App Builder access - [See documentation](https://helpx.adobe.com/enterprise/using/manage-developers.html)
3434
* **Access to Adobe Commerce** with Catalog Service enabled
35+
* **AEM Edge Delivery Services organization** configured and the user who will perform prerender setup as a helix org admin
3536
* **AEM Edge Delivery Services site** configured with **Helix 5** enabled
3637

3738
## Quick Start
@@ -51,7 +52,7 @@ For detailed setup instructions, see the [Step-by-Step Configuration](#step-by-s
5152
1. **Repository Setup**: [Create a repository](https://github.com/new?template_name=aem-commerce-prerender&template_owner=adobe-rnd) from the template in your organization and clone it to your local machine. Run `npm install` to install dependencies
5253
1. **Download Configuration**: Download your App Builder project JSON file from the Developer Console (click "Download All" in the top-right)
5354
1. Run `npm run setup` to onboard and configure your environment. The wizard will guide you through the configuration process:
54-
* **Step 1-2**: Provide your App Builder credentials and site information
55+
* **Step 1-2**: Provide your App Builder credentials and site information. You will need to use the `auth_token` for a helix org admin, who can hit the sites endpoint for your organization: `https://admin.hlx.page/config/%7Borg%7D/sites.json`
5556
* **Step 3 - Advanced Settings**: The wizard will automatically detect and populate default values for `CONTENT_URL`, `STORE_URL`, `PRODUCTS_TEMPLATE`, and `PRODUCT_PAGE_URL_FORMAT` based on your site configuration. You can review and customize these settings in the advanced settings section. A `.env` file will be created with all necessary environment variables.
5657
1. **Configuration Variables**: After completing the setup wizard, the solution will use two types of configuration:
5758

0 commit comments

Comments
 (0)