Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit cec4207

Browse files
authored
Update README.md
1 parent d8b4771 commit cec4207

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,22 @@ As a result, all necessary services will be launched:
4141

4242
Then, to update the structures in the database to the latest version (data migrations), do the following:
4343

44-
(A) `docker exec -it vuestorefrontapi_app_1 yarn migrate`
45-
(B) `yarn migrate`
44+
- (A) `docker exec -it vuestorefrontapi_app_1 yarn migrate`
45+
- (B) `yarn migrate`
4646

4747
By default, the application server is started in development mode. It means that code auto reload is enabled along with ESLint, babel support.
4848

4949
**Import product catalog**
5050

5151
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`
5252

53-
(A) `yarn restore`
54-
(B) `docker exec -it vuestorefrontapi_app_1 yarn restore`
53+
- (A) `yarn restore`
54+
- (B) `docker exec -it vuestorefrontapi_app_1 yarn restore`
5555

5656
It restores JSON documents stored in `./var/catalog.json`. The opposite command - used to generate `catalog.json` file from running ElasticSearch cluster:
5757

58-
(A) `yarn dump`
59-
(B) `docker exec -it vuestorefrontapi_app_1 yarn dump`
58+
- (A) `yarn dump`
59+
- (B) `docker exec -it vuestorefrontapi_app_1 yarn dump`
6060

6161
**Access ElasticSearch data with Kibana**
6262

0 commit comments

Comments
 (0)