shopware / development

MIT License
189 stars 169 forks source link

Error composer install #112

Closed ognjen-it closed 4 years ago

ognjen-it commented 4 years ago

Hello everyone,

I have a problem with the installation. When I download repo to /var/www/html/, I do chown and chmod command. After this, download composer-setup.php file and do next command: curl -sS https://getcomposer.org/installer -o composer-setup.php sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer composer install composer update

After this, we got next error by running a setup: IP-ADDRESS/recovery/install/index.php

Error Please execute "composer install" from the command line to install the required dependencies for Shopware 6

Can someone help me? :D

shyim commented 4 years ago

You need to run composer install in platform/src/Recovery/Common/ folder