Skip to content

Commit

Permalink
Merge pull request #790 from adimov/ACPT-1809
Browse files Browse the repository at this point in the history
ACPT-1809: AppServer and RabbitMQ on Starter
  • Loading branch information
jhadobe authored and GitHub Enterprise committed Mar 18, 2024
2 parents 7c41dc6 + 9d57954 commit 8db89ca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion help/performance/application-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Complete the following tasks before deploying Application Server on Cloud Starte
1. Ensure that all your Commerce customizations and extensions are compatible with Application Server.
1. Confirm that the `CRYPT_KEY` environment variable is set for your instance. You can check the status of this variable on the Cloud Project Portal (Onboarding UI).
1. Clone your Commerce Cloud project.
1. Rename 'application-server/.magento/.magento.app.yaml.sample' to 'application-server/.magento/.magento.app.yaml' and adjust settings in .magento.app.yaml if needed.
1. Rename `application-server/.magento/.magento.app.yaml.sample` to `application-server/.magento/.magento.app.yaml` and adjust settings in .magento.app.yaml if needed.
1. Uncomment the following route's configuration in the `project_root/.magento/routes.yaml` file to redirect `/graphql` traffic to the Application Server.

```yaml
Expand All @@ -105,6 +105,11 @@ Complete the following tasks before deploying Application Server on Cloud Starte
git commit -m "AppServer Enabled"
```

>[!NOTE]
>
> Ensure that all custom settings that you have in the root `.magento.app.yaml` file are appropriately migrated to the `application-server/.magento/.magento.app.yaml` file. Once the `application-server/.magento/.magento.app.yaml` file is added to your project, you should maintain it in addition to the root `.magento.app.yaml` file.
> For example, if you need to [configure rabbitmq](https://experienceleague.adobe.com/en/docs/commerce-cloud-service/user-guide/configure/service/rabbitmq) or [manage web properties](https://experienceleague.adobe.com/en/docs/commerce-cloud-service/user-guide/configure/app/properties/web-property) you should add the same configuration to `application-server/.magento/.magento.app.yaml` as well.
### Deploy Application Server on Cloud Starter

After completing the [prerequisites](#before-you-begin-a-cloud-starter-deployment), deploy Application Server using this command:
Expand Down

0 comments on commit 8db89ca

Please sign in to comment.