Hi
Shopware is very nice to work with - but it’s a hazzle to install Now, they are changing the installation process, and its even a bigger struggle to install
I have downloaded the new 6.5RC. But how do I install it? I’m using Docker Desktop for Mac.
Have tried following the Quickstart here: GitHub - shopware/platform: Shopware 6 is an open commerce platform based on Symfony Framework and Vue and supported by a worldwide community and more than 1.500 community extensions
I skipped the „composer create-projekt …“ but instead cd straight into the downloaded folder (with 6.5 RC).
But, the command
symfony console system:install --basic-setup --drop-database --create-database -f
I get both a warning and a fatal error:
Warning: require_once(/Users/magnus/Docker/platform-6.5.0.0-rc1/bin/../vendor/autoload_runtime.php): Failed to open stream: No such file or directory in /Users/magnus/Docker/platform-6.5.0.0-rc1/bin/shopware on line 17
Fatal error: Uncaught Error: Failed opening required '/Users/magnus/Docker/platform-6.5.0.0-rc1/bin/../vendor/autoload_runtime.php' (include_path='.:/Applications/MAMP/bin/php/php8.1.10/lib/php') in /Users/magnus/Docker/platform-6.5.0.0-rc1/bin/shopware:17
And yes, I can not find the file "autoload-runtime.php and there is no folder „vendor“ but a „vendor-bin“ (without the missing file).
/ Magnus