Skip to content

Commit fcc59c7

Browse files
authored
Merge pull request #480 from hnyasingunaydin/how-to-install-akeneo-6-on-hypernode
Fixes on how-to-install-akeneo-6-on-hypernode
2 parents 2e16226 + 12dd147 commit fcc59c7

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ redirect_from:
1212

1313
# How to Install Akeneo 6 on Hypernode
1414

15-
Akeneo 6 preferably requires a Hypernode 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.
15+
Akeneo 6 preferably requires a Hypernode Falcon M, Eagle M hosting plan or larger. You can either choose to install it on a separate 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

1717
## Managed Vhosts
1818

@@ -51,7 +51,7 @@ location ~ \.php$ {
5151

5252
It's important to follow these steps in order since you *cannot* upgrade straight from **MySQL 5.6** to **MySQL 8.0**.
5353

54-
First you’ll have to upgrade MySQL 5.6 to 5.7 by running the commando:
54+
First you’ll have to upgrade MySQL 5.6 to 5.7 by running the command:
5555

5656
```bash
5757
hypernode-systemctl settings mysql_version 5.7
@@ -89,7 +89,9 @@ hypernode-systemctl settings elasticsearch_enabled True
8989

9090
## Download and Install Akeneo 6 Using the Pre-install
9191

92-
Soon available.
92+
```bash
93+
hypernode-systemctl preinstall akeneo_6_0
94+
```
9395

9496
## Download and Install Akeneo 6 Manually Using the Command Line
9597

@@ -207,7 +209,7 @@ Configure your crons by adding these scripts to your crontab file as recommended
207209

208210
```bash
209211
30 1 * * * php /data/web/akeneo/bin/console pim:versioning:refresh
210-
30 2 * * * php /data/web/akeneo/bin/console pim:versioning:purge more-than-days 90
212+
30 2 * * * php /data/web/akeneo/bin/console pim:versioning:purge --more-than-days 90
211213
1 * * * * php /data/web/akeneo/bin/console akeneo:connectivity-audit:update-data
212214
20 0 1 * * php /data/web/akeneo/bin/console akeneo:batch:purge-job-execution
213215
0 1 * * * php /data/web/akeneo/bin/console pim:asset:send-expiration-notification

0 commit comments

Comments
 (0)