Auto status change to "Under Review"
Show More
@@ -14,6 +14,11 b' The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).' | |||
|
14 | 14 | <!-- ### Fixed --> |
|
15 | 15 | |
|
16 | 16 | |
|
17 | ## Unreleased [2.0.0 - 2019-04-XX] | |
|
18 | ### Changed | |
|
19 | * require Elasticsearch 6.x | |
|
20 | * move data structure to single document per index | |
|
21 | ||
|
17 | 22 | ## [1.2.0 - 2019-03-17] |
|
18 | 23 | ### Changed |
|
19 | 24 | * Replaced elasticsearch client |
@@ -13,8 +13,8 b' Manual Installation' | |||
|
13 | 13 | To run the app you need to have meet prerequsites: |
|
14 | 14 | |
|
15 | 15 | - python 3.5+ |
|
16 |
- running elasticsearch ( |
|
|
17 | - running postgresql (9.5+ required) | |
|
16 | - running elasticsearch (6.6.2 tested) | |
|
17 | - running postgresql (9.5+ required, tested 9.6 and 10.6) | |
|
18 | 18 | - running redis |
|
19 | 19 | |
|
20 | 20 | Install the app by performing |
General Comments 4
Auto status change to "Under Review"
You need to be logged in to leave comments.
Login now