We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983c262 commit 9491432Copy full SHA for 9491432
docs/ecommerce-applications/akeneo/how-to-install-akeneo-6-on-hypernode.md
@@ -119,10 +119,7 @@ source ~/.profile
119
### Download Akeneo 6
120
121
```bash
122
-mkdir ~/akeneo
123
-cd ~/akeneo
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
+composer2 create-project akeneo/pim-community-standard:"^6.0" akeneo
126
```
127
128
### Create a Database
@@ -184,7 +181,6 @@ Before we start using Supervisor we first need to enable it on the Hypernode.
184
181
185
182
186
183
hypernode-systemctl settings supervisor_enabled True
187
-
188
189
190
#### Create a configuration file for Supervisor
0 commit comments