forked from FoundKeyGang/FoundKey
Make clear elasticsearch is required and not optional for the search to work (#2927)
This commit is contained in:
parent
f51b299c17
commit
4f24d58a79
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Please install and setup these softwares:
|
||||||
##### Optional
|
##### Optional
|
||||||
* [Redis](https://redis.io/)
|
* [Redis](https://redis.io/)
|
||||||
* Redis is optional, but we strongly recommended to install it
|
* Redis is optional, but we strongly recommended to install it
|
||||||
* [Elasticsearch](https://www.elastic.co/) - used to provide searching feature instead of MongoDB
|
* [Elasticsearch](https://www.elastic.co/) - required to enable the search feature
|
||||||
|
|
||||||
*3.* Setup MongoDB
|
*3.* Setup MongoDB
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue