IDE SMTP Connection

Hi Everybody,

I can install Shopware (Dockware | Shopware Documentation) but once it’s installed I see the shop without css. The admin area which looks good, runs into errors. I can log in but after clicking something the backend doesn’t answer anymore.

What confused me: When I do

docker-compose up

I ran into errors because ports 80 and 3306 are used. When I stop the applications using the ports, installation goes through, but then when running the shop from /src

symfony server:start

it seems that at least my local db is required (3306) because without I ran into an error " Could not connect to database." With it running, I run into the error descriped above and can at least see the shop.

I don’t know how to: The installation guides asks you to add a new SFTP connection to the container. I am working with php storm IDE, which requires then:

  • Type: SMTP
  • SHH configuration: ?
  • Rootpath: ?
  • Web server URL: ?
  • Use Rsync for download/upload/sync: Y/N?

Do you think the problem comes from the missing connection (which values can I use to set it?)? Or is it related to symfony. Is it even correct to use symfony to run shopware in the browser in this setup?

Thanks