yeswework/fabrica-dev-kit

Error while running wpconfig() task

maxperei opened this issue · 12 comments

hi there,
when i run gulp for the first time in /dev after a complete and successful ./setup.rb i got this message

Error: Command failed: docker exec container_wp wp option get siteurl

and when i execute docker exec container_wp wp option get siteurl i should return something like http://localhost:32769 but nothing happen...

i'm trying to share a theme i made with FDK, but i don't know how to deal with docker

also when i go to http://localhost:327** i got this :
screenshot

Hi @maxperei, could you paste the full output from gulp please?

hi @fewerflatlands 😌
output.txt

Did you make any changes in the src folder (specifically, PHP) after setup?

nothing at all

and this happens the same every time you run gulp?

yes unfortunately, i did not experience this error with the previous version of FDK

could you paste a screengrab of the contents of the dev/build/ folder?

here it is :
screenshot
i'm noticing that there's no /vendor inside

Is there a vendor/ in dev/src/includes/? Can you try running composer install there?

of course i should launch composer install from the very beginning, thank you

@maxperei setup.rb runs composer install automatically... did you get any error messages during the original install? Let us know what happens next time you set up a project? Thanks.