Skip to content

Commit 0875dbb

Browse files
author
Jonathan Visser
committed
Update wording across our docs now that all Hypernodes use Managed Vhosts
1 parent 57f8566 commit 0875dbb

22 files changed

+48
-65
lines changed

docs/best-practices/testing/how-to-go-live-with-your-hypernode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ Only if you use Hypernode’s WWW-redirection service, ensure that the base URL
7171

7272
Flush the cache of Magento on the Hypernode. (`magerun cache:flush`)
7373

74-
## Step 7: Set up Hypernode Managed Vhosts
74+
## Step 7: Set up Your Vhosts
7575

76-
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.
76+
You need 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.
7777

7878
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.
7979

docs/ecommerce-applications/akeneo/how-to-install-akeneo-3-on-hypernode.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ redirect_from:
1414

1515
Akeneo 3 preferably requires a Hypernode Pelican L, Falcon M, Eagle M hosting plan or larger. You can either choose to install it on a seperate Hypernode instance or on the same Hypernode as your Magento or Shopware installation. If you choose the latter you have to make sure that you have enough resources (disk space, memory and CPU) left. Furthermore you need to make sure that you are already using **MySQL 5.7, PHP 7.2 and Elasticsearch 6.x**, so it won’t affect your shop negatively. Installing Akeneo version 3.x may take up to 15 minutes.
1616

17-
## Managed Vhosts
1817

19-
Hypernode uses [Hypernode Managed Vhosts](../../hypernode-platform/nginx/hypernode-managed-vhosts.md). Ensure you have a vhost for your Akeneo domain.
18+
## Create a Vhost for a (Sub)Domain
2019

21-
## Create a Managed_vhost for a (Sub)Domain
20+
Ensure you have a vhost for your Akeneo domain.
2221

23-
If your Magento or Shopware installation already points to `example.hypernode.io`, you can create a managed_vhost for your Akeneo installation on a subdomain, for example `akeneo.example.hypernode.io`. The command below will also install Let’s Encrypt and force your domain to use HTTPS.
22+
If your Magento or Shopware installation already points to `example.hypernode.io`, you can create a vhost for your Akeneo installation on a subdomain, for example `akeneo.example.hypernode.io`. The command below will also install Let’s Encrypt and force your domain to use HTTPS.
2423

2524
```bash
2625
hypernode-manage-vhosts akeneo.example.hypernode.io --type akeneo --https --force-https

docs/ecommerce-applications/akeneo/how-to-install-akeneo-4-on-hypernode.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ redirect_from:
1515

1616
Akeneo 4 preferably requires a Hypernode Pelican L, Falcon M, Eagle M hosting plan or larger. You can either choose to install it on a seperate Hypernode instance or on the same Hypernode as your Magento or Shopware installation. If you choose the latter you have to make sure that you have enough resources (disk space, memory and CPU) left. Furthermore you need to make sure that you are already using **MySQL 8.0, PHP 7.3 and Elasticsearch 7.x**, so it won’t affect your shop negatively. Installing Akeneo version 4.x may take up to 15 minutes.
1717

18-
## Managed Vhosts
18+
## Create a Vhost for a (Sub)Domain
1919

20-
Hypernode uses [Hypernode Managed Vhosts](../../hypernode-platform/nginx/hypernode-managed-vhosts.md). Ensure you have a vhost for your Akeneo domain.
20+
Ensure you have a vhost for your Akeneo domain.
2121

22-
## Create a Managed_vhost for a (Sub)Domain
23-
24-
If your Magento or Shopware installation already points to `example.hypernode.io`, you can create a managed_vhost for your Akeneo installation on a subdomain, for example `akeneo.example.hypernode.io`. The command below will also install Let’s Encrypt and force your domain to use HTTPS.
22+
If your Magento or Shopware installation already points to `example.hypernode.io`, you can create a vhost for your Akeneo installation on a subdomain, for example `akeneo.example.hypernode.io`. The command below will also install Let’s Encrypt and force your domain to use HTTPS.
2523

2624
```bash
2725
hypernode-manage-vhosts akeneo.example.hypernode.io --type akeneo4 --https --force-https

docs/ecommerce-applications/akeneo/how-to-install-akeneo-5-on-hypernode.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ redirect_from:
1414

1515
Akeneo 5 preferably requires a Hypernode Pelican L, Falcon M, Eagle M hosting plan or larger. You can either choose to install it on a seperate Hypernode instance or on the same Hypernode as your Magento or Shopware installation. If you choose the latter you have to make sure that you have enough resources (disk space, memory and CPU) left. Furthermore you need to make sure that you are already using **MySQL 8.0, PHP 7.4 and Elasticsearch 7.x**, so it won’t affect your shop negatively. Installing Akeneo version 5.x may take up to 15 minutes.
1616

17-
## Managed Vhosts
17+
## Create a Vhost for a (Sub)Domain
1818

19-
Hypernode uses [Hypernode Managed Vhosts](../../hypernode-platform/nginx/hypernode-managed-vhosts.md). Ensure you have a vhost for your Akeneo domain.
19+
Ensure you have a vhost for your Akeneo domain.
2020

21-
## Create a Managed_vhost for a (Sub)Domain
22-
23-
If your Magento or Shopware installation already points to `example.hypernode.io`, you can create a managed_vhost for your Akeneo installation on a subdomain, for example `akeneo.example.hypernode.io`. The command below will also install Let’s Encrypt and force your domain to use HTTPS.
21+
If your Magento or Shopware installation already points to `example.hypernode.io`, you can create a vhost for your Akeneo installation on a subdomain, for example `akeneo.example.hypernode.io`. The command below will also install Let’s Encrypt and force your domain to use HTTPS.
2422

2523
```bash
2624
hypernode-manage-vhosts akeneo.example.hypernode.io --type akeneo4 --https --force-https

docs/ecommerce-applications/akeneo/how-to-install-akeneo-6-on-hypernode.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ redirect_from:
1414

1515
Akeneo 6 preferably requires a Hypernode Pelican L, Falcon M, Eagle M hosting plan or larger. You can either choose to install it on a seperate Hypernode instance or on the same Hypernode as your Magento or Shopware installation. If you choose the latter you have to make sure that you have enough resources (disk space, memory and CPU) left. Furthermore you need to make sure that you are already using **MySQL 8.0, PHP 8.0 and Elasticsearch 7.x**, so it won’t affect your shop negatively. Installing Akeneo version 6.x may take up to 15 minutes.
1616

17-
## Managed Vhosts
17+
## Create a Vhost for a (Sub)Domain
1818

19-
Hypernode uses [Hypernode Managed Vhosts](../../hypernode-platform/nginx/hypernode-managed-vhosts.md). Ensure you have a vhost for your Akeneo domain.
19+
Ensure you have a vhost for your Akeneo domain.
2020

21-
## Create a Managed_vhost for a (Sub)Domain
22-
23-
If your Magento or Shopware installation already points to `example.hypernode.io`, you can create a managed_vhost for your Akeneo installation on a subdomain, for example `akeneo.example.hypernode.io`. The command below will also install Let’s Encrypt and force your domain to use HTTPS.
21+
If your Magento or Shopware installation already points to `example.hypernode.io`, you can create a vhost for your Akeneo installation on a subdomain, for example `akeneo.example.hypernode.io`. The command below will also install Let’s Encrypt and force your domain to use HTTPS.
2422

2523
```bash
2624
hypernode-manage-vhosts akeneo.example.hypernode.io --type generic-php --https --force-https --webroot /data/web/akeneo/public

docs/ecommerce-applications/akeneo/how-to-install-akeneo-7-on-hypernode.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ redirect_from:
1515
Akeneo 7 preferably requires a Hypernode Pelican L, Falcon M, Eagle M hosting plan or larger. You can either choose to install it on a seperate Hypernode instance or on the same Hypernode as your Magento or Shopware installation. If you choose the latter you have to make sure that you have enough resources (disk space, memory and CPU) left. Furthermore you need to make sure that you are already using **MySQL 8.0, PHP 8.1 and OpenSearch 2.x**, so it won’t affect your shop negatively. Installing Akeneo version 7.x may take up to 15 minutes.\
1616
**Important note: Akeneo 7.x requires MySQL 8.0.30, which is only available on Debian Bookworm.**
1717

18-
## Managed Vhosts
18+
## Create a Vhost for a (Sub)Domain
1919

20-
Hypernode uses [Hypernode Managed Vhosts](../../hypernode-platform/nginx/hypernode-managed-vhosts.md). Ensure you have a vhost for your Akeneo domain.
20+
Ensure you have a vhost for your Akeneo domain.
2121

22-
## Create a Managed_vhost for a (Sub)Domain
23-
24-
If your Magento or Shopware installation already points to `example.hypernode.io`, you can create a managed_vhost for your Akeneo installation on a subdomain, for example `akeneo.example.hypernode.io`. The command below will also install Let’s Encrypt and force your domain to use HTTPS.
22+
If your Magento or Shopware installation already points to `example.hypernode.io`, you can create a vhost for your Akeneo installation on a subdomain, for example `akeneo.example.hypernode.io`. The command below will also install Let’s Encrypt and force your domain to use HTTPS.
2523

2624
```bash
2725
hypernode-manage-vhosts akeneo.example.hypernode.io --type generic-php --https --force-https --webroot /data/web/akeneo/public

docs/ecommerce-applications/akeneo/how-to-use-a-basic-staging-environment-with-akeneo-3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ redirect_from:
1414

1515
Hypernode offers a staging environment so it can be used as a sandbox for your Akeneo PIM project. Please keep in mind that your staging environment for Akeneo shares resources (disk, CPU, memory) with your production environment. It’s also possible to order a [development plan](../../hypernode-platform/tools/how-to-use-hypernode-development-plans.md) instead, so your production environment will not be affected. Once again a big thank you to our partner [Experius](https://www.experius.nl/) for contributing to this article!
1616

17-
## Update managed_vhosts
17+
## Update Vhosts
1818

19-
Update the current managed_vhost with staging port.
19+
Update the current vhost with staging port.
2020

2121
```bash
2222
hypernode-manage-vhosts akeneo.example.hypernode.io --port-http-staging 8888 --port-https-staging 8443 --force-https --https

docs/ecommerce-applications/magento-2/how-to-configure-varnish-for-magento-2-x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ hypernode-systemctl settings varnish_enabled True
4141

4242
## Configure Varnish on the Vhost
4343

44-
Since the introduction of [hypernode-manage-vhosts](https://changelog.hypernode.com/changelog/release-7166-hypernode-manage-vhosts-enabled-by-default/) Hypernode may work somewhat different than you might be used to. With HMV enabled, it requires one more step to configure Varnish for your shop/vhost. Remember, for each domain, there should be a vhost created. You can list an overview of all configured vhosts with `hypernode-manage-vhosts --list`. While you do that, note that there is a column, "varnish". By default this is set to "False". Which means that Varnish isn't configured for this vhost. You can configure Varnish for the vhost by running the following command:
44+
The [hypernode-manage-vhosts](../../hypernode-platform/nginx/hypernode-managed-vhosts.md) command requires one additional step to configure Varnish for your shop/vhost. Remember, for each domain, there should be a vhost created. You can list an overview of all configured vhosts with `hypernode-manage-vhosts --list`. While you do that, note that there is a column, "varnish". By default this is set to "False". Which means that Varnish isn't configured for this vhost. You can configure Varnish for the vhost by running the following command:
4545

4646
```console
4747
$ hypernode-manage-vhosts EXAMPLE.COM --varnish

docs/ecommerce-applications/shopware-5/how-to-configure-varnish-for-shopware-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Varnish can be enabled with a simple command using the [hypernode-systemctl CLI]
2525

2626
## Step Two: Enable Varnish for NGINX Vhost
2727

28-
The [hypernode-manage-vhosts](../../hypernode-platform/nginx/hypernode-managed-vhosts) (HMV) config allows you to enable varnish for every vhost individually. So if you for example have a domain example.com. You should create 2 vhosts:
28+
The [hypernode-manage-vhosts](../../hypernode-platform/nginx/hypernode-managed-vhosts.md) command allows you to enable varnish for every vhost individually. So if you for example have a domain example.com. You should create 2 vhosts:
2929

3030
- example.com
3131
- [www.example.com](http://www.example.com)

docs/ecommerce-applications/shopware-5/how-to-host-shopware-on-hypernode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Shopware is an e-commerce system roughly the same as Magento and both have the s
2828

2929
## Configuring Hypernode for Shopware
3030

31-
All you need to do is create a [vhost](../../hypernode-platform/nginx/hypernode-managed-vhosts.md#managing-vhosts) (or change an existing vhost) with type `shopware5` or `shopware6`.
31+
All you need to do is create a vhost (or change an existing vhost) with type `shopware5` or `shopware6`.
3232
This will make sure the specific vhost has the right nginx configuration to host your Shopware environment.
3333
So for example, your domain is `www.example.com` and you'd like a vhost with Shopware 6 configuration.
3434
You can create this vhost with the following command: `hypernode-manage-vhosts www.example.com --type shopware6 --https --force-https`.

0 commit comments

Comments
 (0)