-
Notifications
You must be signed in to change notification settings - Fork 47
Description
-
The "Available commands" section should be renamed to "pushing data to elasticsearch."
-
Docs mention only
docker-compose upfrom vue-storefront-api is needed because we only need elasticsearch running, but that doesn't seem to be true. it seems actually FULL install of vue-storefront-api is needed for vue-storefront to work. Even if you follow https://github.com/DivanteLtd/vue-storefront-integration-boilerplate as an example you can see it requires you to implement /catalog endpoint for elasticsearch which is not provided by the magento1 module within this repository. and vue-storefront needs it, so my guess is: you need more than JUST elasticsearch from vue-storefront-api. -
Docs doesn't explain how to point vue-storefront-api to magento1 vsbridge, especially when it comes to "magento2" config node.
Please update the docs by trying to setup the whole thing from scratch. The current one doesn't allow to setup working instance on VueSF based on Magento 1.9.X. Not by JUST following the steps exaplained.