Skip to content

Commit 73b6685

Browse files
RensZuurbierCieper
authored andcommitted
replace_create_project_with_wget_link
Old method installed overall latest version, ergo v7 atm
1 parent e8008d9 commit 73b6685

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

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

Lines changed: 9 additions & 10 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 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.09 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 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

1717
## Enable managed_vhosts
1818

@@ -67,7 +67,7 @@ hypernode-systemctl settings mysql_version 8.0
6767

6868
## Upgrade Your PHP Version to 8.0
6969

70-
Before installing Akeneo, make sure your [PHP version](../../hypernode-platform/php/supported-php-versions-and-how-to-change-them-on-hypernode.md#changing-the-php-version-you-use-on-hypernode) is changed to `PHP 7.4`.
70+
Before installing Akeneo, make sure your [PHP version](../../hypernode-platform/php/supported-php-versions-and-how-to-change-them-on-hypernode.md#changing-the-php-version-you-use-on-hypernode) is changed to `PHP 8.0`.
7171

7272
```bash
7373
hypernode-systemctl settings php_version 8.0
@@ -121,8 +121,8 @@ source ~/.profile
121121
```bash
122122
mkdir ~/akeneo
123123
cd ~/akeneo
124-
COMPOSER_MEMORY_LIMIT=-1 composer2 create-project akeneo/pim-community-standard
125-
124+
wget https://download.akeneo.com/pim-community-standard-v6.0-latest-icecat.tar.gz
125+
tar -zxvf pim-community-standard-v6.0-latest-icecat.tar.gz
126126
```
127127

128128
### Create a Database
@@ -158,18 +158,17 @@ cp /data/web/akeneo/pim-community-standard/.env /data/web/akeneo/pim-community-s
158158
NO_DOCKER=true make prod
159159
```
160160

161-
### Create an Administrator User
162-
163-
Fill in the form with a Username, Password, First name, Last name, Email and local code.
161+
### Create a Symlink
164162

165163
```bash
166-
bin/console pim:user:create
164+
ln -s /data/web/akeneo/pim-community-standard/public /data/web/akeneo_public
167165
```
166+
### Create an Administrator User
168167

169-
### Create a Symlink
168+
Fill in the form with a Username, Password, First name, Last name, Email and local code.
170169

171170
```bash
172-
ln -s /data/web/akeneo/pim-community-standard/public /data/web/akeneo_public
171+
bin/console pim:user:create
173172
```
174173

175174
## Setting up the job queue daemon

0 commit comments

Comments
 (0)