From 7739c65a863de40ad0832a38e8016b39e8ea42cb Mon Sep 17 00:00:00 2001 From: Jonathan Visser Date: Mon, 24 Mar 2025 13:06:44 +0100 Subject: [PATCH 1/3] Add sample config for Shopware 6 application on hypernode deploy --- .../applications/config-for-shopware-6.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/hypernode-deploy/applications/config-for-shopware-6.md b/docs/hypernode-deploy/applications/config-for-shopware-6.md index 56eb206b..b7cf50cb 100644 --- a/docs/hypernode-deploy/applications/config-for-shopware-6.md +++ b/docs/hypernode-deploy/applications/config-for-shopware-6.md @@ -1 +1,18 @@ # Config for Shopware 6 + +This is a sample configuration that suffices for most Shopware 6 installations: + +```php +addStage('production', 'shopware6.komkommer.store'); +$productionStage->addServer('appname.hypernode.io'); + +return $configuration; +``` + +By using the Shopware6 ApplicationTemplate, a bunch of default configuration gets set in Hypernode Deploy, and should work out-of-the-box for most shopware 6 stores. \ No newline at end of file From 57191affa8be0510233fce8d8084a3666930a442 Mon Sep 17 00:00:00 2001 From: Jonathan Visser Date: Mon, 24 Mar 2025 13:06:57 +0100 Subject: [PATCH 2/3] Remove less informative line in Magento docs for Hypernode Deploy --- docs/hypernode-deploy/applications/config-for-magento-2.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/hypernode-deploy/applications/config-for-magento-2.md b/docs/hypernode-deploy/applications/config-for-magento-2.md index 52d7419c..495e1369 100644 --- a/docs/hypernode-deploy/applications/config-for-magento-2.md +++ b/docs/hypernode-deploy/applications/config-for-magento-2.md @@ -17,8 +17,6 @@ return $configuration; By using the Magento2 ApplicationTemplate, a bunch of default configuration gets set in Hypernode Deploy, and should work out-of-the-box for most magento 2 stores. -These are the steps that will be executed by running your deployment: - ## Advanced However, for advanced configurations you can override most steps and variables set my Hypernode Deploy: From a097d535d3326d19ce6a30caffc876b497bfa4c4 Mon Sep 17 00:00:00 2001 From: Jonathan Visser Date: Mon, 24 Mar 2025 13:38:20 +0100 Subject: [PATCH 3/3] add trailing newline to config-for-shopware-6 --- docs/hypernode-deploy/applications/config-for-shopware-6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hypernode-deploy/applications/config-for-shopware-6.md b/docs/hypernode-deploy/applications/config-for-shopware-6.md index b7cf50cb..bc9c1ae5 100644 --- a/docs/hypernode-deploy/applications/config-for-shopware-6.md +++ b/docs/hypernode-deploy/applications/config-for-shopware-6.md @@ -15,4 +15,4 @@ $productionStage->addServer('appname.hypernode.io'); return $configuration; ``` -By using the Shopware6 ApplicationTemplate, a bunch of default configuration gets set in Hypernode Deploy, and should work out-of-the-box for most shopware 6 stores. \ No newline at end of file +By using the Shopware6 ApplicationTemplate, a bunch of default configuration gets set in Hypernode Deploy, and should work out-of-the-box for most shopware 6 stores.