Skip to content

Commit 9785bd7

Browse files
authored
Merge pull request #478 from hnyasingunaydin/how-to-get-started-with-your-hypernode-trial-fixes
How to get started with your hypernode trial fixes
2 parents cf18c31 + 92a785d commit 9785bd7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/getting-started/how-to-order/how-to-get-started-with-your-hypernode-trial.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,18 @@ In our support documentation you will find detailed information about installing
6464
- [Akeneo 4](../../ecommerce-applications/akeneo/how-to-install-akeneo-4-on-hypernode.md)
6565
- [Akeneo 5](../../ecommerce-applications/akeneo/how-to-install-akeneo-5-on-hypernode.md)
6666
- [Akeneo 6](../../ecommerce-applications/akeneo/how-to-install-akeneo-6-on-hypernode.md)
67+
- [Akeneo 7](../../ecommerce-applications/akeneo/how-to-install-akeneo-7-on-hypernode.md)
6768
- [Magento 1](../../ecommerce-applications/magento-1/how-to-install-magento-1-on-hypernode.md)
6869
- [Magento 2](../../ecommerce-applications/magento-2/how-to-install-magento-2-on-hypernode.md)
6970
- [Shopware 5](../../ecommerce-applications/shopware-5/how-to-install-shopware-5-on-hypernode.md)
7071
- [Shopware 6](../../ecommerce-applications/shopware-6/how-to-install-shopware-6-on-hypernode.md)
72+
- [WooCommerce](../../ecommerce-applications/woocommerce/how-to-install-woocommerce-on-hypernode.md)
7173

7274
### Step 4 – Set up Hypernode Managed Vhosts
7375

7476
Due to this configuration it is required to add a new vhost for every domain you want to link to your Hypernode. So you need to configure your DNS correctly and add a new vhost for the domain.
7577

76-
To add a new vhost, for example the domainname [www.example.com](http://www.example.com), to your configuration, you can simply run the command `hypernode-manage-vhosts www.example.com`. This will create a new vhost configuration in `/data/web/nginx/www.example.com/`, using the Magento 2 template.
78+
To add a new vhost, for example the domain name [www.example.com](http://www.example.com), to your configuration, you can simply run the command `hypernode-manage-vhosts www.example.com`. This will create a new vhost configuration in `/data/web/nginx/www.example.com/`, using the Magento 2 template.
7779

7880
Please note that defining the vhosts '[www.example.com](http://www.example.com)', does not automatically add 'example.com' as a vhost. You will have to manually define a vhost for this. Since most people simply want their 'example.com' to redirect to '[www.example.com](http://www.example.com)', you can simply use the `--type wwwizer` argument to set this up. This will configure the vhost to redirect all traffic to the www-version of the domain.
7981

0 commit comments

Comments
 (0)