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
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