From c457f5412959702856476361b882d1ac6315b9be Mon Sep 17 00:00:00 2001 From: Venu Vardhan Reddy Tekula Date: Wed, 15 Apr 2020 18:32:43 +0530 Subject: [PATCH] Update README.md This commit updates the README.md with the installation steps of Elasticsearch and Kibiter as they are required but missing in the documentation. https://github.com/Bitergia/prosoul/issues/53#issuecomment-614002393 Signed-off-by: Venu Vardhan Reddy Tekula --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5e38cc7..db758da 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ A draft diagram for the architecture is: **Prosoul** is a Django application. The recommended way to execute it is inside a python virtual environment. +You will need Elasticsearch and Kibana in order to execute Prosoul. You can install them using docker-compose. You can find a walkthrough here, [Getting the containers](https://github.com/chaoss/grimoirelab-sirmordred/blob/master/Getting-Started.md#getting-the-containers-). You can omit (comment/remove) the mariadb section. + ### Requirements * Python >=3.4