##// END OF EJS Templates
requirements: changes
ergo -
Show More
@@ -14,6 +14,11 b' The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).'
14 <!-- ### Fixed -->
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 ## [1.2.0 - 2019-03-17]
22 ## [1.2.0 - 2019-03-17]
18 ### Changed
23 ### Changed
19 * Replaced elasticsearch client
24 * Replaced elasticsearch client
@@ -13,8 +13,8 b' Manual Installation'
13 To run the app you need to have meet prerequsites:
13 To run the app you need to have meet prerequsites:
14
14
15 - python 3.5+
15 - python 3.5+
16 - running elasticsearch (2.3+/2.4 tested)
16 - running elasticsearch (6.6.2 tested)
17 - running postgresql (9.5+ required)
17 - running postgresql (9.5+ required, tested 9.6 and 10.6)
18 - running redis
18 - running redis
19
19
20 Install the app by performing
20 Install the app by performing
General Comments 4
Under Review
author

Auto status change to "Under Review"

Under Review
author

Auto status change to "Under Review"

You need to be logged in to leave comments. Login now