You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2023. It is now read-only.
Product catalog is imported using [elasticdump](https://www.npmjs.com/package/elasticdump), which is installed automatically via project dependency. The default ElasticSearch index name is: `vue_storefront_catalog`
42
+
Then, to update the structures in the database to the latest version (data migrations), do the following:
It restores JSON documents stored in `./var/catalog.json`. The opposite command - used to generate `catalog.json` file from running ElasticSearch cluster:
47
+
By default, the application server is started in development mode. It means that code auto reload is enabled along with ESLint, babel support.
38
48
39
-
`npm run dump`
49
+
**Import product catalog**
40
50
41
-
**Run development server**
51
+
Product catalog is imported using [elasticdump](https://www.npmjs.com/package/elasticdump), which is installed automatically via project dependency. The default ElasticSearch index name is: `vue_storefront_catalog`
42
52
43
-
Code auto reload is enabled along with ESLint, babel support.
It restores JSON documents stored in `./var/catalog.json`. The opposite command - used to generate `catalog.json` file from running ElasticSearch cluster:
@@ -57,7 +71,7 @@ Catalog API calls are compliant with ElasticSearch (it works like a filtering pr
57
71
58
72
Elastic search endpoint: `http://localhost:8080/api/catalog/search/<INDEX_NAME>/`. You can run the following command to check if everything is up and runing (it assumes `vue_storefront_catalog` as default index name):
0 commit comments