Closed Myrmod closed 1 year ago
Hi @Myrmod
could you elaborate a bit? Did you download a zip file? where did you downloaded it? did you something else, like building the current dev branch? Please give us more information :slightly_smiling_face:
Thank you for the quick response. I cloned the repository git clone --branch=5.7 https://github.com/shopware5/shopware
and set up the enironment using ddev
, now I am in the installer and I can't proceed, since files that the installer is requesting, are missing. I found the same issue on another side: https://forum.shopware.com/t/slim-application-error-installing-shop-ware-5-3/47641/4
please follow the installation instructions from the readme file if you are installing Shopware via git
The web installer could only be used, if a package is build. during this process the SQL file is created, that is missing in your attempt.
Seems like I didn't call the make command properly, now I am able to get into the backend:
git clone --branch=5.7 https://github.com/shopware5/shopware shopware5 && cd shopware5
chmod -R 755 custom/plugins
ddev config --project-type=php --database=mysql:5.7 --webserver-type=apache-fpm --php-version 7.4
cp .env.dist .env
.env
content to
DB_USER=db
DB_PASSWORD=db
DB_HOST=db
DB_NAME=db
DB_PORT=3306
SW_HOST=shopware5.ddev.site
SW_BASE_PATH=
SELENIUM_HOST=selenium
ELASTICSEARCH_HOST=elasticsearch
SMTP_HOST=smtp
docker exec -u root -it ddev-shopware5-web bash
apt-get update && apt-get install make
, exit containerddev exec make init
wget -O test_images.zip http://releases.shopware.com/test_images_since_5.1.zip
unzip test_images.zip
, use option A
ddev start
demo
, password: demo
That's what I did so far. Currently I am not able to open up the frontend. I might be missing some frontend related data or I am missing some configuration.
Thank you for the help!
Change SW_HOST
from localhost
to shopware5.ddev.site
. If you have already installed it, check the URL configuration of the shop from the administration basic settings.
Description
Well, the file
/recovery/install/data/sql/install.sql
is missing and it's not mentioned anywhere, where it can be found or why it is missing in the first place.PHP Version
7.4
Shopware Version
5.7
How to reproduce
Try to install shopware
Expected behaviour
All for the installation required files are provided or linked
Actual behaviour
Error is shows: