Skip to content

Commit 9491432

Browse files
authored
Use composer to install akeneo with version
1 parent 983c262 commit 9491432

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,7 @@ source ~/.profile
119119
### Download Akeneo 6
120120

121121
```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
122+
composer2 create-project akeneo/pim-community-standard:"^6.0" akeneo
126123
```
127124

128125
### Create a Database
@@ -184,7 +181,6 @@ Before we start using Supervisor we first need to enable it on the Hypernode.
184181

185182
```bash
186183
hypernode-systemctl settings supervisor_enabled True
187-
188184
```
189185

190186
#### Create a configuration file for Supervisor

0 commit comments

Comments
 (0)