update readme

This commit is contained in:
jums
2020-09-21 17:21:15 +02:00
parent b0919fda6b
commit a3d1bf36ff

View File

@@ -100,7 +100,7 @@ module.exports = {
## Load wikidata entities into elasticsearch
Make sure ES import limit is above entities-search-engige import rate, by [closing the index](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-open-close.html) first, raising the limit & reopen the index
It's possible that elasticsearch import limit is below the entities-search-engige import rate
```bash
curl -XPOST http://localhost:9200/wikidata/_close
@@ -164,6 +164,11 @@ Tip : create a symbolic link on your machine between the inventaire folder and d
`sudo ln ~/path/to/inventaire-docker/inventaire /opt -s`
Alternatively, as root in inventaire container:
`# mkdir /supervisor/path/to/inventaire`
`# ln -s /opt/ /supervisor/path/to/inventaire`
## Troubleshooting
### Elastic `users` and `groups` indexes are not up to date