Skip to content

Commit adc382c

Browse files
committed
update dev-environment.md
1 parent 81a33f7 commit adc382c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/dev-environment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ These are currently not using the real API but instead get their settings from t
66

77
The fake API is served by the [server.php](test/server.php) script and reads the corresponding [subdomain](data/WikiInfo-site1.json) from each request.
88

9+
ElasticSearch in docker compose environment uses non-shared index setup. Howerver the page should be refreshed a few time before ES content indexes got updated due to the lack of a dedicated job runner.
10+
911
ElasticSearch index names are based on the wiki database name (not the domain). This is why indices appear in the format `{db_name}_content_first` and `{db_name}_general_first`, for example `mwdb_somedb1_content_first`.
1012

1113
### Start the dev environment

0 commit comments

Comments
 (0)