shyim / shopware-docker

Easy to use Docker Installation for Shopware 5 and Shopware 6
MIT License
115 stars 27 forks source link

Admin commands doesn't work #48

Closed zaifastafa closed 4 years ago

zaifastafa commented 4 years ago

Hi, so I was developing an administration module and turns out the swdc admin-build and swdc admin-watch commands do not work. It just prints out the same command list which we get when executing swdc.

Is there a different way of calling those commands ? I haven't tried the storefront commands yet.

From within the container shell, we do not have swdc available there. So I am running it from the host machine.

Thanks.

shyim commented 4 years ago

Which type of shopware 6 installation do you have?

zaifastafa commented 4 years ago

It is from the git repository. But instead of using psh I use swdc commands.

shyim commented 4 years ago

which repository? development?

zaifastafa commented 4 years ago

Yes, development with a platform repo inside.

shyim commented 4 years ago

Did you executed swdc admin-watch [Folder]

zaifastafa commented 4 years ago

I see. No I didn't check with the folder argument. The usage was not clear. Will try that out. Thanks.

UPDATE: Thanks the folder information was missing. It works now.